Fixed typ in sign in page

This commit is contained in:
2024-06-26 15:55:18 +08:00
parent 7a82c31bb7
commit 75f30a738e

View File

@@ -18,8 +18,8 @@ export default function SignInPage() {
<div className="w-full text-right text-white flex flex-col gap-6 p-16"> <div className="w-full text-right text-white flex flex-col gap-6 p-16">
<p className="text-7xl font-semibold">Welcome back!</p> <p className="text-7xl font-semibold">Welcome back!</p>
<p className="text-3xl"> <p className="text-3xl">
Good to have you here again. Tell us who you are, and wel Good to have you here again. Tell us who you are, and
will let you in. we'll will let you in.
</p> </p>
</div> </div>
</div> </div>