Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
Signed-off-by: Supratick Mondal <[email protected]>
  • Loading branch information
sonustar committed Sep 7, 2024
1 parent 2d4d0b0 commit 4f5de02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Sidebar = (props: Props) => {
<>
<aside
className={`${sidebarOpen
? 'relative' : 'fixed left-[-16rem]'
? 'relative' : 'fixed left-[-16rem]'
} top-0 h-full bg-primary text-white py-1 px-2 w-64 transition-transform duration-500 ease-in z-40`}
>
<MenuOptions
Expand Down

0 comments on commit 4f5de02

Please sign in to comment.