Skip to content

Commit b171a84

Browse files
committed
fix: match margins
1 parent fecd295 commit b171a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
152152
<br />
153153
Thank you for your support! 🩷
154154
</Typography>
155-
<Stack direction="row" spacing={2} mt={2}>
155+
<Stack direction="row" spacing={2} mt={4}>
156156
<Button href="https://github.com/sponsors/amhsirak" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
157157
Sponsor Maxun on GitHub Sponsors
158158
</Button>

0 commit comments

Comments
 (0)