updated refs

This commit is contained in:
equilink 2025-02-17 12:47:59 +05:30
parent 07a02b50c4
commit 570fcde7eb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -477,7 +477,7 @@ const Home = () => {
<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://giteadev3.link/EquiLink-Suite/equilink-site" target="_blank"> <a href="https://github.com/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="/github.svg" className="w-6 h-auto" /> <img src="/github.svg" className="w-6 h-auto" />
</button> </button>