Skip to content

Commit 4d89a37

Browse files
committed
fix mobile menu layout
1 parent 6a8dde0 commit 4d89a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Mobile/MenuFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const MenuFooter = ({
4141
py={0}
4242
mt="auto"
4343
>
44-
<Grid templateColumns="repeat(2, 1fr)" w="full">
44+
<Grid templateColumns="repeat(3, 1fr)" w="full">
4545
<FooterButton
4646
icon={MdSearch}
4747
onClick={() => {

0 commit comments

Comments
 (0)