8000 updated · wpcodevo/two_factor_reactjs@5c3f1f1 · GitHub
[go: up one dir, main page]

Skip to content
Sign in

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c3f1f1

Browse files
committed
updated
1 parent 335aed2 commit 5c3f1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/login.page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const LoginPage = () => {
7979
return (
8080
<section className="bg-ct-blue-600 min-h-screen grid place-items-center">
8181
<div className="w-full">
82-
<h1 className="text-4xl xl:text-6xl text-center font-[600] text-ct-yellow-600 mb-4">
82+
<h1 className="text-4xl lg:text-6xl text-center font-[600] text-ct-yellow-600 mb-4">
8383
Welcome Back
8484
</h1>
8585
<h2 className="text-lg text-center mb-4 text-ct-dark-200">

src/pages/validate2fa.page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Validate2faPage = () => {
7979
return (
8080
<section className="bg-ct-blue-600 min-h-screen grid place-items-center">
8181
<div className="w-full">
82-
<h1 className="text-4xl xl:text-6xl text-center font-[600] text-ct-yellow-600 mb-4">
82+
<h1 className="text-4xl lg:text-6xl text-center font-[600] text-ct-yellow-600 mb-4">
8383
Welcome Back
8484
</h1>
8585
<h2 className="text-lg text-center mb-4 text-ct-dark-200">

0 commit comments

Comments
 (0)
0