Skip to content

Commit 5fcd8a2

Browse files
Update src/pages/Login/Login.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 397dfcf commit 5fcd8a2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/pages/Login/Login.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,12 @@ const Login: React.FC = () => {
143143
<div className="text-center mt-8 pb-8">
144144
<p className={`${mode === "dark" ? "text-slate-500" : "text-gray-600"} text-sm`}>
145145
Don't have an account?
146-
<a href="/signup" className="ml-1 text-purple-400 hover:text-purple-300 transition-colors duration-300">
146+
<Link
147+
to="/signup"
148+
className="ml-1 text-purple-400 hover:text-purple-300 transition-colors duration-300"
149+
>
147150
Sign up here
148-
</a>
151+
</Link>
149152
</p>
150153
</div>
151154
</div>

0 commit comments

Comments
 (0)