Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m1wrt committed Dec 12, 2024
1 parent 9c31984 commit c931036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function bcv_old() {
<CardContent>
<Typography variant='h4'>Utilidades:</Typography>
<center>
<ButtonGroup variant='contained'>
<ButtonGroup variant='contained' sx={{ marginTop: 2 }}>
<Button startIcon={<CompareArrowsIcon/>} href='compare'>Comparar</Button>
<Button disabled>Copiar tasas</Button>
</ButtonGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/support.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function SimpleTabs() {
return (
<div style={{ flexGrow: 1, backgroundColor: '#fff' }}>
<Upperbar />
<AppBar position="fixed" style={{ marginTop: 56 }}>
<AppBar position="fixed" style={{ marginTop: 53 }}>
<Tabs value={value} onChange={handleChange} aria-label="Seleccion">
<Tab label="Terms of use" {...a11yProps(0)} />
<Tab label="Novedades" {...a11yProps(1)} />
Expand All @@ -92,7 +92,7 @@ export default function SimpleTabs() {
<center>
<Card style={{ marginTop: 20 }}>
<CardContent>
<Typography textAlign={'justify'}>Estamos trabajando para tener diversos métodos de pago a la hora de realizar las donaciones</Typography>
<Typography textAlign={'center'}>Estamos trabajando para tener diversos métodos de pago a la hora de realizar las donaciones</Typography>
</CardContent>
</Card>
<Card style={{marginTop: 10}}>
Expand All @@ -108,7 +108,7 @@ export default function SimpleTabs() {
<Card style={{marginTop: 10}}>
<CardContent>
<Typography variant='h4'>¡Gracias totales!</Typography>
<Typography textAlign={'justify'}>Cambioflex se financia bajo donaciones, es decir, no generamos ingresos a partir de anuncios invasivos.</Typography>
<Typography textAlign={'center'}>Cambioflex se financia bajo donaciones, es decir, no generamos ingresos a partir de anuncios invasivos.</Typography>
<Typography>Cada pequeño aporte nos ayuda a seguir desarrollando</Typography>
</CardContent>
</Card>
Expand Down

0 comments on commit c931036

Please sign in to comment.