mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
fix: replace main class with container class
This commit is contained in:
@@ -38,7 +38,7 @@ const Login = () => {
|
||||
|
||||
return (
|
||||
<Box
|
||||
className="main"
|
||||
className="container"
|
||||
component="form"
|
||||
onSubmit={handleSubmit}
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user