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