Skip to content

Commit 079fd66

Browse files
authored
Merge pull request #12857 from ethereum/fix-mobile-menu-layout
Fix mobile menu layout
2 parents 6a8dde0 + 4d89a37 commit 079fd66

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)