This commit is contained in:
equilink 2025-02-17 11:06:18 +05:30
parent 7c6730e644
commit 3d5bd99ab2
2 changed files with 4 additions and 4 deletions

View File

@ -87,9 +87,9 @@ function Navbar({ className }: { className?: string }) {
<motion.a <motion.a
href={ href={
src === "gitbook.svg" src === "gitbook.svg"
? "https://equilink.gitbook.io" ? "https://equilink-ai.gitbook.io/equilink-ai"
: src === "github.svg" : src === "github.svg"
? "https://github.com/Equilink-Suite" ? "https://giteadev3.link/EquiLink-Suite/equilink-site"
: "https://x.com/equilink_ai" : "https://x.com/equilink_ai"
} }
target="_blank" target="_blank"

View File

@ -472,12 +472,12 @@ const Home = () => {
</nav> </nav>
<div className="flex items-center space-x-6 mb-4"> <div className="flex items-center space-x-6 mb-4">
<a href="https://equilink.gitbook.io" target="_blank"> <a href="https://equilink-ai.gitbook.io/equilink-ai" target="_blank">
<button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300"> <button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300">
<img src="/gitbook.svg" className="w-6 h-auto" /> <img src="/gitbook.svg" className="w-6 h-auto" />
</button> </button>
</a> </a>
<a href="https://github.com/Equilink-Suite" target="_blank"> <a href="https://giteadev3.link/EquiLink-Suite/equilink-site" target="_blank">
<button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300"> <button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300">
<img src="/github.svg" className="w-6 h-auto" /> <img src="/github.svg" className="w-6 h-auto" />
</button> </button>