refactor(auth): replace anchor navigation links with Button components and improve auth page styling

This commit is contained in:
2026-04-23 18:21:21 -04:00
parent da2bd0b4e7
commit dbea58a978
6 changed files with 30 additions and 32 deletions
@@ -129,6 +129,7 @@ export default function ResetPasswordPage({ onSubmit, onNavigate, email, token }
<Button
type="submit"
variant="primary"
size="lg"
loading={isLoading}
disabled={!!success || !isFormValid()}
className="w-full mt-2"