feat: add back to home link on mobile (#93)

This commit is contained in:
仓鼠
2025-01-05 22:56:19 +08:00
committed by GitHub
parent f667f6baa9
commit b643a5d86f
3 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ function Login() {
const { t } = useTranslation()
return (
<div className="mt-28 sm:max-w-sm m-auto max-w-fit">
<div className="mt-28 sm:max-w-sm m-auto max-w-xs">
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-8">
<FormField