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

no sign up with google #56

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading