Update app/home/Header.tsx

This commit is contained in:
yoginawaka 2025-03-04 17:17:21 +00:00
parent bf2a37d738
commit 527a7c8a0b

View File

@ -62,7 +62,7 @@ export default function Header() {
const navItems = [ const navItems = [
{ name: "Features", href: "features", isExternal: false }, { name: "Features", href: "features", isExternal: false },
{ name: "Tokenomics", href: "tokenomics", isExternal: false }, { name: "Tokenomics", href: "tokenomics", isExternal: false },
{ name: "Docs", href: "https://sovirolabs.gitbook.io/docs/", isExternal: true }, { name: "Docs", href: "https://sovirolabs.gitbook.io/", isExternal: true },
]; ];
return ( return (