From 708dac0d86f8613f2d49fe9d77676ce50de36de5 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Sun, 8 Jun 2025 14:56:04 +0530 Subject: [PATCH 1/2] chore(dev): improve mcp configuration UI --- frontend/src/components/home/sections/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/home/sections/navbar.tsx b/frontend/src/components/home/sections/navbar.tsx index 538cc187..d5f47a71 100644 --- a/frontend/src/components/home/sections/navbar.tsx +++ b/frontend/src/components/home/sections/navbar.tsx @@ -286,5 +286,5 @@ export function Navbar() { )} - ); + ); } From daf3d659f27edf3b267098ba6e816a9251013865 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Sun, 8 Jun 2025 16:15:26 +0530 Subject: [PATCH 2/2] chore(ui): fix navbar copy --- frontend/src/components/home/sections/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/home/sections/navbar.tsx b/frontend/src/components/home/sections/navbar.tsx index d5f47a71..d19617ac 100644 --- a/frontend/src/components/home/sections/navbar.tsx +++ b/frontend/src/components/home/sections/navbar.tsx @@ -161,7 +161,7 @@ export function Navbar() { className="bg-secondary h-8 hidden md:flex items-center justify-center text-sm font-normal tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground w-fit px-4 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] border border-white/[0.12]" href="/auth" > - Signup + Get started )}