diff --git a/src/features/onboarding/steps/cover-photo-selection-step.tsx b/src/features/onboarding/steps/cover-photo-selection-step.tsx index 9e93fccc2..67a6824ff 100644 --- a/src/features/onboarding/steps/cover-photo-selection-step.tsx +++ b/src/features/onboarding/steps/cover-photo-selection-step.tsx @@ -85,14 +85,15 @@ const CoverPhotoSelectionStep = ({ onNext }: { onNext: () => void }) => { role='button' className='relative flex h-24 items-center justify-center rounded-t-md bg-gray-200 dark:bg-gray-800' > - {selectedFile || account?.header && ( - - )} - +
+ {selectedFile || account?.header && ( + + )} +
{isSubmitting && (