Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
no sign up with google
Browse files Browse the repository at this point in the history
  • Loading branch information
mirmirmirr committed Dec 3, 2024
1 parent 2b2c3bf commit 2e01ac5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default function Login() {
<button
className={`text-sm text-opacity-70 ${isDarkMode ? 'text-white' : 'text-black'} hover:underline hover:text-opacity-100`}
>
Forgot Password?
{/* Forgot Password? */}
</button>
</div>
</div>
Expand All @@ -278,20 +278,20 @@ export default function Login() {
</div>
)}

<div
{/* <div
className={`w-[80vw] lg:w-[35vw] border-t-2 my-4 ${
isDarkMode ? 'border-gray-300' : 'border-gray-500'
}`}
></div>
<button
></div> */}
{/* <button
className={`w-[80vw] lg:w-[35vw] mt-[10px] subtext-responsive py-3 rounded-md transition duration-300 hover:bg-red-500 hover:text-white hover:border-transparent ${
isDarkMode
? 'text-white bg-transparent border-2 border-white'
: 'text-back bg-transparent border-2 border-[#3E505B]'
}`}
>
Continue with Google
</button>
</button> */}
</div>

{isSmallScreen && (
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default function Signup() {
</div>
)}

<div
{/* <div
className={`w-full border-t-2 my-4 ${
isDarkMode ? 'border-gray-300' : 'border-gray-500'
}`}
Expand All @@ -282,7 +282,7 @@ export default function Signup() {
}`}
>
Continue with Google
</button>
</button> */}
</div>

{isSmallScreen && (
Expand Down

0 comments on commit 2e01ac5

Please sign in to comment.