diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx index 9c3380d..c8b9550 100644 --- a/client/src/components/Navbar.tsx +++ b/client/src/components/Navbar.tsx @@ -90,7 +90,7 @@ function Navbar({ className }: { className?: string }) { ? "https://equilink.gitbook.io" : src === "github.svg" ? "https://github.com/Equilink-Suite" - : "" + : "https://x.com/equilink_ai" } target="_blank" key={index}