From badfb89b67e4dfe3effec29a6f534c5926d1816c Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Fri, 21 Feb 2025 18:39:19 +0000 Subject: [PATCH] Update app/home/Header.tsx --- app/home/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/Header.tsx b/app/home/Header.tsx index 5f470c5..bbbc61f 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://almaze.gitbook.io/docs/", isExternal: true }, + { name: "Docs", href: "https://sovirolabs.gitbook.io/docs/", isExternal: true }, ]; return (