feat: add sponsor links

This commit is contained in:
amhsirak
2025-08-01 00:00:37 +05:30
parent 9af5f700ff
commit 072331c566

View File

@@ -146,10 +146,10 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
Thank you for your support! 💙
</Typography>
<Stack direction="row" spacing={2} mt={2}>
<Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth>
<Button href="https://checkout.dodopayments.com/buy/pdt_1Bdstszcg9VY8WYGwNBPM?quantity=1" target="_blank" variant="outlined" fullWidth>
Sponsor $5 One-Time
</Button>
<Button href="https://github.com/sponsors/YOUR_GITHUB" target="_blank" variant="outlined" fullWidth>
<Button href="https://checkout.dodopayments.com/buy/pdt_HDalaYf8hEGVG7hXcfNBj?quantity=1" target="_blank" variant="outlined" fullWidth>
Sponsor $5 Monthly
</Button>
</Stack>