Skip to content

Commit

Permalink
--lint-fix--
Browse files Browse the repository at this point in the history
  • Loading branch information
Rash-Hit committed Mar 10, 2024
1 parent a471945 commit 6bc09d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ export function ToggleButton({
<span
className={`dark:bg-white bg-black block transition-all duration-300 ease-out
h-0.5 w-6 rounded-sm my-0.5 ${
!sidebarOpen ? 'opacity-0' : 'opacity-100'
}`}
!sidebarOpen ? 'opacity-0' : 'opacity-100'
}`}
></span>
<span
className={`dark:bg-white bg-black block transition-all duration-300 ease-out
h-0.5 w-6 rounded-sm ${
!sidebarOpen
? '-rotate-45 -translate-y-1'
: 'translate-y-0.5'
}`}
!sidebarOpen
? '-rotate-45 -translate-y-1'
: 'translate-y-0.5'
}`}
></span>
</button>
);
Expand Down
1 change: 0 additions & 1 deletion src/components/landing/appbar/nav-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function NavigationMenu() {
</DrawerClose>
</Button>


<AppbarAuth isInMenu={true} />
</div>
</div>
Expand Down

0 comments on commit 6bc09d7

Please sign in to comment.