Skip to content

Commit af610c4

Browse files
authored
Merge pull request #830 from getmaxun/spn-lnk
fix: spn link
2 parents 833fe59 + b171a84 commit af610c4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,11 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
150150
<Typography variant="body1" gutterBottom>
151151
Maxun is built by a small, full-time team. Your donations directly contribute to making it better.
152152
<br />
153-
<br />
154-
Thank you for your support! 💙
153+
Thank you for your support! 🩷
155154
</Typography>
156-
<Stack direction="row" spacing={2} mt={2}>
157-
<Button href="https://checkout.dodopayments.com/buy/pdt_1Bdstszcg9VY8WYGwNBPM?quantity=1" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
158-
Sponsor $5 One-Time
159-
</Button>
160-
<Button href="https://checkout.dodopayments.com/buy/pdt_HDalaYf8hEGVG7hXcfNBj?quantity=1" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
161-
Sponsor $5 Monthly
155+
<Stack direction="row" spacing={2} mt={4}>
156+
<Button href="https://github.com/sponsors/amhsirak" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
157+
Sponsor Maxun on GitHub Sponsors
162158
</Button>
163159
</Stack>
164160
</Box>

0 commit comments

Comments
 (0)