Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Created menu for smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AkkiSeven authored Mar 17, 2021
1 parent 76e2d0f commit 4fd6b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Navbar({
onClick: setExpand.bind(this, !expand),
})}
>
{windowSize.width < 769 && <Icon.Men />}
{windowSize.width < 769 && <Icon.Menu />}

{windowSize.width > 769 && (
<>
Expand Down

0 comments on commit 4fd6b53

Please sign in to comment.