fix: back to login page link

This commit is contained in:
Sukma Gladys 2024-09-05 09:38:11 +07:00
parent 9edacd9a43
commit e73c99c0a5
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ export function ForgotPasswordForm() {
</Button> </Button>
<a <a
href="/login" href="/login"
className="text-xs text-blue-500 hover:underline font-bold" className="text-xs text-blue-500 hover:underline font-bold w-fit"
> >
Back to login Back to login
</a> </a>

View File

@ -261,7 +261,7 @@ export function ResetPasswordForm() {
</Button> </Button>
<a <a
href="/login" href="/login"
className="text-xs text-blue-500 hover:underline font-bold" className="text-xs text-blue-500 hover:underline font-bold w-fit"
> >
Back to login Back to login
</a> </a>