From d9008bacc8457810e7365977c218d413169eea7f Mon Sep 17 00:00:00 2001 From: angbur <41025473+angbur@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:43:52 +0100 Subject: [PATCH] Remove section from sidebar tooltips (#138) --- src/components/atoms/sidebar-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/sidebar-item.tsx b/src/components/atoms/sidebar-item.tsx index 35197d6..47f631a 100644 --- a/src/components/atoms/sidebar-item.tsx +++ b/src/components/atoms/sidebar-item.tsx @@ -27,7 +27,7 @@ const SidebarItem = ({ section, icon, title = '' }: SidebarItemProps) => { const active = hash === '' ? section === MAIN_SECTION : hash === href; return ( - +