1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 23:10:05 +00:00

fix: replace main class with container class

This commit is contained in:
2022-12-07 20:25:06 +05:00
parent c126f2d5d9
commit 71c429b093
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import Box from '@mui/material/Box'
const Home = () => {
return (
<Box className="main">
<Box className="container">
<CssBaseline />
<h2>Welcome to SASjs Server!</h2>
<p>

View File

@@ -38,7 +38,7 @@ const Login = () => {
return (
<Box
className="main"
className="container"
component="form"
onSubmit={handleSubmit}
sx={{

View File

@@ -69,7 +69,7 @@ const UpdatePassword = () => {
/>
) : (
<Box
className="main"
className="container"
component="form"
onSubmit={handleSubmit}
sx={{