This commit is contained in:
@@ -183,6 +183,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{!sidebarOpen && (
|
||||
<button
|
||||
type="button"
|
||||
className="mobile-menu-btn"
|
||||
@@ -191,6 +192,7 @@ function App() {
|
||||
>
|
||||
<IconMenu />
|
||||
</button>
|
||||
)}
|
||||
|
||||
{sidebarOpen && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user