chore; change favicon and app title

This commit is contained in:
Rodolfo Ruiz 2025-08-29 21:21:30 -06:00
parent 3115d45135
commit 2eeb0b42d8
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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) => {