feat: set margin bottom

This commit is contained in:
amhsirak
2025-07-31 23:36:23 +05:30
parent b8dcc2c1f6
commit a67d82e4c2

View File

@@ -113,10 +113,10 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
</Typography> </Typography>
<Stack direction="row" spacing={2} mt={2}> <Stack direction="row" spacing={2} mt={2}>
<Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth> <Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth>
One-Time Sponsor $5 One-Time
</Button> </Button>
<Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth> <Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth>
Monthly Sponsor $5 Monthly
</Button> </Button>
</Stack> </Stack>
</Box> </Box>