diff --git a/src/components/login/Login.tsx b/src/components/login/Login.tsx index 8a0f4db..5ff4a66 100644 --- a/src/components/login/Login.tsx +++ b/src/components/login/Login.tsx @@ -1,6 +1,6 @@ import { useRef, useState, useEffect, useContext } from "react"; import { useLocation, Link, useNavigate } from "react-router-dom"; -import { Stack } from "@mui/material"; +import { Stack, Typography } from "@mui/material"; import Container from "@mui/material/Container"; import TextField from "@mui/material/TextField"; import Button from "@mui/material/Button"; @@ -49,11 +49,13 @@ const Login: React.FC = () => { {setUsername(event.target.value)}}/> {setPassword(event.target.value)}}/> - Forgotten Your Password? + + Forgot your password? + - + Login with Zoom Logo