{t('profile.optional.details', 'Details')}
- ) => - setProfile('orientation_details', e.target.value) - } - className={'w-full sm:w-[700px]'} - value={(profile as any)['orientation_details'] ?? undefined} - placeholder={t( - 'profile.orientation.details_placeholder', - 'Any details about your sexual orientation…', - )} - /> - > - )} - -{t('profile.optional.details', 'Details')}
+ ) => + setProfile('orientation_details', e.target.value) + } + className={'w-full sm:w-[700px]'} + value={(profile as any)['orientation_details'] ?? undefined} + placeholder={t( + 'profile.orientation.details_placeholder', + 'Any details about your sexual orientation…', + )} + /> + > + )} + +