update
This commit is contained in:
parent
7c6730e644
commit
3d5bd99ab2
@ -87,9 +87,9 @@ function Navbar({ className }: { className?: string }) {
|
||||
<motion.a
|
||||
href={
|
||||
src === "gitbook.svg"
|
||||
? "https://equilink.gitbook.io"
|
||||
? "https://equilink-ai.gitbook.io/equilink-ai"
|
||||
: src === "github.svg"
|
||||
? "https://github.com/Equilink-Suite"
|
||||
? "https://giteadev3.link/EquiLink-Suite/equilink-site"
|
||||
: "https://x.com/equilink_ai"
|
||||
}
|
||||
target="_blank"
|
||||
|
@ -472,12 +472,12 @@ const Home = () => {
|
||||
</nav>
|
||||
|
||||
<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">
|
||||
<img src="/gitbook.svg" className="w-6 h-auto" />
|
||||
</button>
|
||||
</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">
|
||||
<img src="/github.svg" className="w-6 h-auto" />
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user