Skip to content

Commit

Permalink
fix: hydration error
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 6, 2024
1 parent bf87aac commit 0dc06a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/(site)/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ export const Navbar = () => {
</div>
<li>
<NavigationMenuLink asChild>
<a
className="flex size-full select-none flex-col justify-end rounded-md border border-gray-element-border bg-gray-element/50 px-6 py-3 pt-6 no-underline outline-none backdrop-blur-lg transition-colors hover:bg-gray-element/75 focus:shadow-md"
href="/"
>
<div className="flex size-full select-none flex-col justify-end rounded-md border border-gray-element-border bg-gray-element/50 px-6 py-3 pt-6 no-underline outline-none backdrop-blur-lg transition-colors hover:bg-gray-element/75 focus:shadow-md">
<Image
src="/logo.svg"
width={35}
Expand All @@ -105,7 +102,7 @@ export const Navbar = () => {
>
Contribute <ChevronRightIcon size={13} />
</a>
</a>
</div>
</NavigationMenuLink>
</li>
</ul>
Expand Down

0 comments on commit 0dc06a1

Please sign in to comment.