Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify console sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 12, 2024
1 parent 71cc6e3 commit 93749db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ConsoleSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default function ConsoleSidebar() {
!pathname.startsWith(item.href)
}
)}
onClick={() => setSidebarOpen(false)}
>
<item.icon
className="h-6 w-6 shrink-0"
Expand Down

0 comments on commit 93749db

Please sign in to comment.