From 091218b42dcaff0a8b549fdbafb13ba6874bc721 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Fri, 30 May 2025 21:25:55 +0200 Subject: [PATCH] feat: better sidebar --- web/src/components/Home/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Home/Sidebar/index.tsx b/web/src/components/Home/Sidebar/index.tsx index 30f4aae..68aaaf9 100644 --- a/web/src/components/Home/Sidebar/index.tsx +++ b/web/src/components/Home/Sidebar/index.tsx @@ -1,12 +1,12 @@ import type { FC } from "react"; -import { useBarItems } from "../tabs"; +import { useBarItems } from "@/hooks/barItems"; import { Link } from "react-router"; const Sidebar: FC = () => { const [barItems, isActive] = useBarItems(); return ( -
+
{barItems.map((item) => (