Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e73c99c0a5 - Show all commits

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>