Skip to content

Commit

Permalink
What kind of error is this?
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 3, 2024
1 parent 0c7eeaa commit 30d416e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export const Footer = () => {
</div>
</div>
<footer className="sticky lg:hidden bottom-0 w-full bg-base-100 px-4 py-2 flex justify-around items-center">

<Link href="/" passHref>
<HomeIcon className={`h-6 w-6 ${pathname === "/" ? "text-blue-600" : "hover:text-blue-600"}`} />
</Link>
Expand Down

0 comments on commit 30d416e

Please sign in to comment.