From cb35813d16167943ee525f18384e77e9083dd5cf Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 31 Jan 2026 15:11:33 +0100 Subject: [PATCH] Fix margin --- web/pages/signup.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/pages/signup.tsx b/web/pages/signup.tsx index 640d7b9..97be8c0 100644 --- a/web/pages/signup.tsx +++ b/web/pages/signup.tsx @@ -13,10 +13,9 @@ import {safeLocalStorage} from 'web/lib/util/local' import {removeNullOrUndefinedProps} from 'common/util/object' import {useProfileByUserId} from 'web/hooks/use-profile' import {ProfileWithoutUser} from 'common/profiles/profile' -import {useLocale, useT} from 'web/lib/locale' +import {useLocale} from 'web/lib/locale' export default function SignupPage() { - const t = useT() const [step, setStep] = useState(0) const user = useUser() // console.debug('user:', user) @@ -141,7 +140,7 @@ export default function SignupPage() { }} /> ) : step === 1 ? ( - +