updated refs
This commit is contained in:
parent
07a02b50c4
commit
570fcde7eb
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user