chore; change favicon and app title
This commit is contained in:
parent
3115d45135
commit
2eeb0b42d8
@ -3,13 +3,13 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/MiniLogo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<title>Fendi</title>
|
||||
<title>Dream Views</title>
|
||||
|
||||
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
||||
</head>
|
||||
|
||||
@ -13,9 +13,9 @@ export default function LoginPage() {
|
||||
const navigate = useNavigate();
|
||||
|
||||
return (
|
||||
<Box display="flex" justifyContent="center" alignItems="center" minHeight="100vh">
|
||||
<Box display="flex" justifyContent="center" alignItems="center" Height="100vh">
|
||||
<Paper sx={{ p: 4, borderRadius: 2, boxShadow: 3, textAlign: 'center' }}>
|
||||
<Typography variant="h5" mb={2}>Login with Google</Typography>
|
||||
<Typography variant="h5" mb={2}>Login to Dream Views</Typography>
|
||||
|
||||
<GoogleLogin
|
||||
onSuccess={(cred) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user