fix: add rel noopener noreferrer

This commit is contained in:
Karishma Shukla
2025-08-01 00:39:31 +05:30
committed by GitHub
parent 805e1095dc
commit 26de22ade0

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://checkout.dodopayments.com/buy/pdt_1Bdstszcg9VY8WYGwNBPM?quantity=1" target="_blank" variant="outlined" fullWidth>
<Button href="https://checkout.dodopayments.com/buy/pdt_1Bdstszcg9VY8WYGwNBPM?quantity=1" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
Sponsor $5 One-Time
</Button>
<Button href="https://checkout.dodopayments.com/buy/pdt_HDalaYf8hEGVG7hXcfNBj?quantity=1" target="_blank" variant="outlined" fullWidth>
<Button href="https://checkout.dodopayments.com/buy/pdt_HDalaYf8hEGVG7hXcfNBj?quantity=1" target="_blank" rel="noopener noreferrer" variant="outlined" fullWidth>
Sponsor $5 Monthly
</Button>
</Stack>
@@ -157,4 +157,4 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
</Modal>
</>
);
};
};