Skip to content

Commit

Permalink
Lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Oct 16, 2024
1 parent fdf8cc5 commit 7928a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/nav/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Footer() {

function FooterLogo() {
return (
<div className="flex items-center justify-center text-lg sm:text-xl font-medium ml-6 space-y-1 gap-1.5">
<div className="ml-6 flex items-center justify-center gap-1.5 space-y-1 text-lg font-medium sm:text-xl">
<span>Built with</span>
<Image src="/logos/everclear.png" alt="" width={24} height={24} />
<span>Everclear and</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Header() {
<div className="flex items-start justify-between">
<Link href="/" className="flex items-center py-2">
<Image src={Logo} width={24} alt="" />
<Image src={Name} width={130} alt="" className="hidden sm:block mt-0.5 ml-2" />
<Image src={Name} width={130} alt="" className="ml-2 mt-0.5 hidden sm:block" />
</Link>
<div className="flex flex-col items-end gap-2 md:flex-row-reverse md:items-start">
<WalletControlBar />
Expand Down

0 comments on commit 7928a00

Please sign in to comment.