Skip to content

Commit

Permalink
fix: remove sidebar-class
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete authored and astagi committed Sep 23, 2024
1 parent 645d3ed commit c5d57eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav-sidebar/nav-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function NavSidebar({
</button>
<div className="navbar-collapsable" id={id} ref={navCollRef}>
<div className="overlay" />
<div className="menu-wrapper sidebar-wrapper">
<div className="menu-wrapper">
<button
className="it-back-button btn w-100 text-start rounded-0"
type="button"
Expand Down

0 comments on commit c5d57eb

Please sign in to comment.