chore; change favicon and app title
This commit is contained in:
		| @@ -3,13 +3,13 @@ | |||||||
|  |  | ||||||
| <head> | <head> | ||||||
|   <meta charset="UTF-8" /> |   <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" /> |   <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.googleapis.com"> | ||||||
|   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |   <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"> |   <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" /> |   <meta name="viewport" content="initial-scale=1, width=device-width" /> | ||||||
| </head> | </head> | ||||||
|   | |||||||
| @@ -13,9 +13,9 @@ export default function LoginPage() { | |||||||
|     const navigate = useNavigate(); |     const navigate = useNavigate(); | ||||||
|  |  | ||||||
|     return ( |     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' }}> |             <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 |                 <GoogleLogin | ||||||
|                     onSuccess={(cred) => { |                     onSuccess={(cred) => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz