Update
This commit is contained in:
@@ -116,14 +116,16 @@ export default function Login() {
|
||||
/>
|
||||
</SectionStyle>
|
||||
)} */}
|
||||
|
||||
|
||||
<Container maxWidth="sm">
|
||||
<ContentStyle>
|
||||
<Card sx={{padding:2}}>
|
||||
<Stack
|
||||
direction="row"
|
||||
alignItems="center"
|
||||
sx={{ mb: 5 }}
|
||||
>
|
||||
|
||||
<Logo sx={{ width: 90, height: 90 }} />
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<Typography variant="h4" gutterBottom>
|
||||
@@ -149,6 +151,7 @@ export default function Login() {
|
||||
</Stack>
|
||||
|
||||
<LoginForm />
|
||||
</Card>
|
||||
|
||||
{/*{false && !smUp && (
|
||||
<Typography
|
||||
|
||||
Reference in New Issue
Block a user