From 3fc7ceac23c875e0d34c40089d5f9c0dc275d6ec Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 31 May 2025 16:16:31 +0200 Subject: [PATCH] feat: change border color for sidebar --- web/src/components/Home/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Home/Sidebar/index.tsx b/web/src/components/Home/Sidebar/index.tsx index 68aaaf9..b68b9bc 100644 --- a/web/src/components/Home/Sidebar/index.tsx +++ b/web/src/components/Home/Sidebar/index.tsx @@ -6,7 +6,7 @@ const Sidebar: FC = () => { const [barItems, isActive] = useBarItems(); return ( -
+
{barItems.map((item) => (