From 7856120cfc03c9fd7d6827232934dc9f1e3c1624 Mon Sep 17 00:00:00 2001 From: sirin Date: Thu, 29 Aug 2024 10:39:59 +0700 Subject: [PATCH] Fix hydration error --- src/components/navigationBar/Unsigned.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/components/navigationBar/Unsigned.tsx b/src/components/navigationBar/Unsigned.tsx index d153a5f..61e0a5c 100644 --- a/src/components/navigationBar/Unsigned.tsx +++ b/src/components/navigationBar/Unsigned.tsx @@ -45,10 +45,7 @@ const ListItem = React.forwardRef, React.ComponentPropsWit {...props}>
{title}

-

- {/* */} - {children} -

+

{children}

@@ -61,7 +58,7 @@ export function UnsignedNav() { const businessComponents = [ { title: "Businesses", - href: "", + href: "/landing", description: "Raise on B2DVentures", }, ]; @@ -69,7 +66,7 @@ export function UnsignedNav() { const projectComponents = [ { title: "Projects", - href: "", + href: "/landing", description: "Raise on B2DVentures", }, ]; @@ -77,7 +74,7 @@ export function UnsignedNav() { const blogComponents = [ { title: "Blogs", - href: "", + href: "/landing", description: "Raise on B2DVentures", }, ]; @@ -88,7 +85,7 @@ export function UnsignedNav() {
logo @@ -140,9 +137,9 @@ export function UnsignedNav() { - - Docs - + + Docs +