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 +