Skip to content

Commit

Permalink
UI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofften committed Jan 17, 2024
1 parent 618d17e commit df8c0af
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ export default function Footer() {
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div className="py-2">
<div className="h-10 w-auto flex justify-center items-center">
<Image
src={FPLMstr}
alt=""
width={50}
height={50}
unoptimized
/>
<Image src={FPLMstr} alt="" width={50} height={50} unoptimized />
</div>
</div>
<div className="flex flex-col items-center border-t border-slate-400/10 py-10 sm:flex-row-reverse sm:justify-between">
Expand All @@ -28,7 +22,7 @@ export default function Footer() {
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.073 4.073 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.093 4.093 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.615 11.615 0 0 0 6.29 1.84" />
</svg>
</a>
<a href="#" className="group">
<a href="https://github.com/Dofften" className="group">
<span className="sr-only">FPL Mstr on GitHub</span>
<svg
aria-hidden="true"
Expand Down

0 comments on commit df8c0af

Please sign in to comment.