Typo donate tab

This commit is contained in:
2023-06-29 06:32:42 +04:00
parent 620f57b7c7
commit 6e8d25f183
+1 -1
View File
@@ -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>