Typo donate tab
This commit is contained in:
@@ -81,7 +81,7 @@ export default function PaymentMethod({isLoading, paymentMethod, setPaymentMetho
|
|||||||
<Box sx={{width: '100%'}}>
|
<Box sx={{width: '100%'}}>
|
||||||
<Box sx={{borderBottom: 1, borderColor: 'divider'}}>
|
<Box sx={{borderBottom: 1, borderColor: 'divider'}}>
|
||||||
<Tabs scrollButtons allowScrollButtonsMobile value={paymentMethod} aria-label='basic tabs example' variant='fullWidth' onChange={handleChange}>
|
<Tabs scrollButtons allowScrollButtonsMobile value={paymentMethod} aria-label='basic tabs example' variant='fullWidth' onChange={handleChange}>
|
||||||
<Tab wrapped label='PayPal / Liberapay' {...a11yProps(0)} />
|
<Tab wrapped label='Liberapay / PayPal' {...a11yProps(0)} />
|
||||||
<Tab wrapped label='Adhésion' {...a11yProps(1)} />
|
<Tab wrapped label='Adhésion' {...a11yProps(1)} />
|
||||||
<Tab wrapped label='Carte bancaire' {...a11yProps(2)} />
|
<Tab wrapped label='Carte bancaire' {...a11yProps(2)} />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user