Impressum

This commit is contained in:
Timo Knuth
2025-11-11 16:22:22 +01:00
parent f31992b952
commit d6ee03f4d8
6 changed files with 267 additions and 3 deletions

View File

@@ -125,7 +125,13 @@ export default function SignupPage() {
/>
<div className="flex items-start">
<input type="checkbox" className="mr-2 mt-1" required />
<input
type="checkbox"
className="mr-2 mt-1"
required
onInvalid={(e) => (e.target as HTMLInputElement).setCustomValidity('Please check this box if you want to proceed')}
onInput={(e) => (e.target as HTMLInputElement).setCustomValidity('')}
/>
<label className="text-sm text-gray-600">
I agree to the{' '}
<Link href="/terms" className="text-primary-600 hover:text-primary-700">