Skip to content

Commit

Permalink
Aviso desactualizada
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelBilbao committed Nov 26, 2024
1 parent c7ea053 commit e665b66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ function App() {
return (
<Box sx={{flexGrow: 1}} padding={2}>
<Grid container sx={{ margin: "0 0 2rem 0" }}>
<Grid item xs={12} sx={{ margin: "0 0 1rem 0" }}>
<Alert severity="warning">
<AlertTitle sx={{ margin: "0" }}><b>La calculadora no es oficial y puede estar desactualizada</b></AlertTitle>
</Alert>
</Grid>
<Grid item xs={12} sm="auto">
<Paper elevation={3} sx={{padding: "1em"}}>
<h2>Calculadora transición plan 86 a 2023</h2>
Expand Down

0 comments on commit e665b66

Please sign in to comment.