Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI update01 #11

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
commit
  • Loading branch information
Haruna2004 committed Apr 5, 2024
commit 3e1eafb717f40a4f605af0e7e6b207e3a41b5360
4 changes: 3 additions & 1 deletion src/app/(autorize)/login/__new-login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ const LoginComp = () => {
<Button className="w-full hover:bg-blue-500 transition-colors duration-150">
Log In
</Button>
<p className="text-blue-500 cursor-pointer">Forgot Your Password?</p>
<Link href="reset-password" className="text-blue-500 cursor-pointer">
Forgot Your Password?
</Link>
<hr className="w-full border border-gray-100" />
<Link href="/signup">
Don&apos;t have an account?{" "}
Expand Down