From 6e017a88be310abd0109ca64757bd8a69b448ab5 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Jun 2026 20:47:09 -0700 Subject: [PATCH] Remove redundant label from verifier bio step The 'About your organization' sub-header duplicated the step title. Drop the visible Label and keep it as an aria-label so the textarea stays accessible. Input text size already matches the verifier statement editor (1.125rem / text-lg). --- src/components/onboarding/VerifierBioStep.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/onboarding/VerifierBioStep.tsx b/src/components/onboarding/VerifierBioStep.tsx index c71c4c47..08a3d423 100644 --- a/src/components/onboarding/VerifierBioStep.tsx +++ b/src/components/onboarding/VerifierBioStep.tsx @@ -2,7 +2,6 @@ import { useTranslation } from 'react-i18next'; import { ArrowRight, Loader2 } from 'lucide-react'; import { Button } from '@/components/ui/button'; -import { Label } from '@/components/ui/label'; import { Textarea } from '@/components/ui/textarea'; import { cn } from '@/lib/utils'; import type { OrgProfileDraft } from '@/components/onboarding/VerifierIdentityStep'; @@ -45,15 +44,13 @@ export function VerifierBioStep({
-