From 5ef404051d532a0f9a0f280fdbffd48951cf85cf Mon Sep 17 00:00:00 2001 From: equilink Date: Sun, 16 Feb 2025 19:14:19 +0000 Subject: [PATCH] Update client/src/components/Navbar.tsx --- client/src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}