From 61c8809d1474038d0ac906a2080e75cd1381345c Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Sun, 23 Feb 2025 07:36:31 +0000 Subject: [PATCH] Update components/home/Header.tsx --- components/home/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/home/Header.tsx b/components/home/Header.tsx index d734e38..b5d7a06 100644 --- a/components/home/Header.tsx +++ b/components/home/Header.tsx @@ -89,7 +89,7 @@ export default function Header() { { name: "Features", href: "features", isExternal: false }, { name: "Tokenomics", href: "tokenomics", isExternal: false }, { name: "Socials", href: "footer", isExternal: false }, - { name: "Docs", href: "https://dotbase.gitbook.io/dotbase", isExternal: true }, + { name: "Docs", href: "https://dotbase-ai.gitbook.io/dotbase", isExternal: true }, ]; return ( @@ -171,7 +171,7 @@ export default function Header() {