Commit e8068ef7 authored by Théophile BORNON's avatar Théophile BORNON

typo fix

parent a8c5a274
...@@ -123,10 +123,12 @@ function App() { ...@@ -123,10 +123,12 @@ function App() {
return ( return (
<Grid container justify="center" spacing={0}> <Grid container justify="center" spacing={0}>
<Typography className={classes.rightBot}>Créer par Théophile BORNON pour le Pôle Universitaire Léonard de Vinci</Typography>
<Grid item xs={12}> <Grid item xs={12}>
<AppBar position="static"> <AppBar position="static">
<Toolbar> <Toolbar>
<Button color="inherit" style={{marginLeft: 'auto'}}>
Créé par Théophile BORNON pour<br />le Pole Universitaire Léonard de Vinci
</Button>
</Toolbar> </Toolbar>
</AppBar> </AppBar>
</Grid> </Grid>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment