Adjust Nav collapsed width

This commit is contained in:
Kalle (Sendou)
2021-05-10 03:05:19 +03:00
parent 32273e9d87
commit eb72e234f6

View File

@@ -20,7 +20,7 @@ const Nav = () => {
return (
<Box
width={expanded ? "175px" : "80px"}
width={expanded ? "175px" : "60px"}
as="nav"
flexShrink={0}
position="sticky"