From 95fa780d68360e032786cdf05a04c20bfeeff444 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:43:11 +0000 Subject: [PATCH] Fix formatting in Navigation.tsx - remove empty lines Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- src/components/layout/Navigation.tsx | 63 ++++++++++------------------ 1 file changed, 23 insertions(+), 40 deletions(-) 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 +

+
+ + + ) +}