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

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