Update components/home/Header.tsx

This commit is contained in:
yoginawaka 2025-02-23 07:36:31 +00:00
parent e475e92d8f
commit 61c8809d14

View File

@ -89,7 +89,7 @@ export default function Header() {
{ 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: "Socials", href: "footer", 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 ( return (
@ -171,7 +171,7 @@ export default function Header() {
<div className="flex items-center gap-1 pr-4"> <div className="flex items-center gap-1 pr-4">
<motion.a <motion.a
href="https://github.com/Dotbaseai" href="https://github.com/Dotbase-AI"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
whileHover={{ scale: 1.05 }} whileHover={{ scale: 1.05 }}