diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index c448e42..ff3e265 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -96,43 +96,26 @@ export function NavigationSidebar() { variant={isActive ? 'secondary' : 'ghost'} className={cn( 'w-full justify-start gap-3', - - - - - - - - - - - - - - - - - - - isActive && 'bg-accent text-accent-foreground' - )} - > - - {item.label} - - - - ) - })} - - - -
-

- CodeSnippet Library -

-
- - - ) -} + + isActive && 'bg-accent text-accent-foreground' + )} + > + + {item.label} + + + + ) + })} + + + +
+

+ CodeSnippet Library +

+
+ + + ) +}