update
This commit is contained in:
parent
7c6730e644
commit
3d5bd99ab2
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user