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

mention name

parent 5fcbc9e7
......@@ -11,8 +11,7 @@ import AppBar from "@material-ui/core/AppBar";
import Toolbar from '@material-ui/core/Toolbar';
import Typography from '@material-ui/core/Typography';
import Button from "@material-ui/core/Button";
import CircularProgress from '@material-ui/core/CircularProgress';
import CircularProgress from "@material-ui/core/CircularProgress";
import Section from "./Section";
const useStyles = makeStyles(theme => ({
......@@ -34,6 +33,11 @@ const useStyles = makeStyles(theme => ({
button: {
margin: theme.spacing(1),
},
rightBot: {
bottom: "10px",
right: "15px",
position: "absolute"
}
}));
function App() {
......@@ -118,10 +122,12 @@ function App() {
return (
<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}>
<AppBar position="static">
<Toolbar>
</Toolbar></AppBar>
</Toolbar>
</AppBar>
</Grid>
<Grid item className={classes.margin} xs={12} md={10} lg={8}>
<Paper className={classes.paper}>
......@@ -191,7 +197,7 @@ function App() {
Générer le formulaire
</Button>
{url.requesting &&
<CircularProgress/>
<CircularProgress />
}
</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