fix(a11y): add underline to Login page links for WCAG contrast compliance

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip
2026-03-31 18:33:21 +00:00
parent 3dd1770a97
commit ae8c13431f
+1 -1
View File
@@ -88,7 +88,7 @@ export function Login() {
<p className="mt-6 text-sm text-gray-500">
Don't have an account?{' '}
<Link to="/register" className="text-brand-blue">
<Link to="/register" className="text-brand-blue underline">
Sign up
</Link>
</p>