Change Dekoneksyon position

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-05 21:21:03 +02:00
parent 1d0230a54b
commit 03dd3aae4b
+2 -1
View File
@@ -6,7 +6,8 @@ import ExitToAppIcon from '@material-ui/icons/ExitToApp'
const useStyles = makeStyles(() => ({
dekoneksyon: {
position: 'absolute',
right: 5
top: 95,
left: 5
}
}))