From bcf1858f4be357c80d1990dccfd8f4ec3e82e4b5 Mon Sep 17 00:00:00 2001 From: Prakshitha Malla Date: Fri, 29 May 2026 23:53:39 +0530 Subject: [PATCH] fix: slugify category text into clean string formats for valid DOM id properties #40 --- components/console/sidebar.tsx | 101 +++++++++++++++++---------------- 1 file changed, 53 insertions(+), 48 deletions(-) diff --git a/components/console/sidebar.tsx b/components/console/sidebar.tsx index 098ba4f..d28a991 100644 --- a/components/console/sidebar.tsx +++ b/components/console/sidebar.tsx @@ -97,53 +97,58 @@ export function ConsoleSidebar() { {/* Nav groups */} {/* Collapse toggle */} @@ -158,4 +163,4 @@ export function ConsoleSidebar() { ); -} +} \ No newline at end of file