nice logo tough
This commit is contained in:
@@ -20,6 +20,7 @@ import { useSnackbar } from 'notistack';
|
|||||||
import { createUser } from '../firebase/firestore';
|
import { createUser } from '../firebase/firestore';
|
||||||
|
|
||||||
import CircularProgress from '@mui/material/CircularProgress';
|
import CircularProgress from '@mui/material/CircularProgress';
|
||||||
|
import NirvanaLogo from '../components/NirvanaLogo';
|
||||||
|
|
||||||
interface IAuthContext {
|
interface IAuthContext {
|
||||||
user?: FirebaseUser;
|
user?: FirebaseUser;
|
||||||
@@ -137,12 +138,14 @@ const Login = () => {
|
|||||||
maxWidth={false}
|
maxWidth={false}
|
||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'column',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
gap: 5,
|
||||||
background: blueGrey[50],
|
background: blueGrey[50],
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<NirvanaLogo />
|
||||||
<Button onClick={handleLogin} variant="outlined" color="primary" startIcon={<FcGoogle />}>
|
<Button onClick={handleLogin} variant="outlined" color="primary" startIcon={<FcGoogle />}>
|
||||||
Continue with Google
|
Continue with Google
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user