diff --git a/app/home/Header.tsx b/app/home/Header.tsx index b6a8c4f..15e4ec5 100644 --- a/app/home/Header.tsx +++ b/app/home/Header.tsx @@ -62,7 +62,7 @@ export default function Header() { const navItems = [ { name: "Features", href: "features", 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 (