style: improve design on waiting pages (#410)
* style: improve design on waiting pages * chore: remove dead Restart page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { CircularProgress, Grid } from '@material-ui/core'
|
||||
import { ReactElement } from 'react'
|
||||
|
||||
export function Waiting(): ReactElement {
|
||||
return (
|
||||
<Grid container direction="row" justifyContent="center" alignItems="center">
|
||||
<CircularProgress size={240} style={{ color: '#ffffff' }} />
|
||||
</Grid>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user