Login_connect_done

This commit is contained in:
Hemant2335
2023-11-23 20:08:28 +05:30
parent e0b26251c8
commit f60b2282ed
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export default function ForgotPass() {
</form>
<div className="mt-[2vh] flex w-full justify-center text-sm">
<h2 className="gap-1 text-right text-[#5F5F5F] md:flex">
Don't have an account ?
Don&apos;t have an account ?
<h2
className="text-center font-medium text-white hover:cursor-pointer"
onClick={() => navigate('/register')}

View File

@@ -48,7 +48,7 @@ export default function Login() {
</button>
<div className="flex w-full justify-center text-sm">
<h2 className="flex gap-1 text-right text-[#5F5F5F]">
Don't have an account ?
Don&apos;t have an account ?
<h2
className="text-center font-medium text-white hover:cursor-pointer"
onClick={() => navigate('/register')}