From 708dac0d86f8613f2d49fe9d77676ce50de36de5 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Sun, 8 Jun 2025 14:56:04 +0530 Subject: [PATCH] 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() { )} - ); + ); }