Fix Grid sizes
This commit is contained in:
@@ -60,12 +60,12 @@ export default function PaymentMethod({paymentMethod, setPaymentMethod}) {
|
||||
</Box>
|
||||
<TabPanel value={paymentMethod} index={0}>
|
||||
<Grid container rowSpacing={1}>
|
||||
<Grid md={6} xs={12}>
|
||||
<Grid size={{xs: 12, md: 6}}>
|
||||
<Button variant='outlined' size='large' endIcon={<Liberapay />} onClick={() => window.open(`https://liberapay.com/${LIBERAPAY_DONATE}/donate`, '_blank')}>
|
||||
Faire un don via Liberapay
|
||||
</Button>
|
||||
</Grid>
|
||||
<Grid md={6} xs={12}>
|
||||
<Grid size={{xs: 12, md: 6}}>
|
||||
<Button variant='outlined' size='large' endIcon={<Paypal />} onClick={() => window.open(`https://www.paypal.com/donate/?hosted_button_id=${PAYPAL_ID}`, '_blank')}>
|
||||
Faire un don via PayPal
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user