chore; change favicon and app title
This commit is contained in:
		| @@ -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) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz