diff --git a/src/components/community-profile-form-fields.tsx b/src/components/community-profile-form-fields.tsx --- a/src/components/community-profile-form-fields.tsx +++ b/src/components/community-profile-form-fields.tsx @@ -4,6 +4,7 @@ */ import { cn } from '@/lib/utils' +import { FormLabel } from '@/components/ui/form-label' const DISPLAY_NAME_MAX = 256 const BIO_MAX = 2048 @@ -28,12 +29,9 @@ return ( <>