소스 검색

fix: add missing space in profile form (#235)

Sat Naing 9 달 전
부모
커밋
8d6f63f913
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/settings/profile/profile-form.tsx

+ 1 - 1
src/features/settings/profile/profile-form.tsx

@@ -152,7 +152,7 @@ export function ProfileForm() {
                   <FormDescription className={cn(index !== 0 && 'sr-only')}>
                     Add links to your website, blog, or social media profiles.
                   </FormDescription>
-                  <FormControl>
+                  <FormControl className={cn(index !== 0 && 'mt-1.5')}>
                     <Input {...field} />
                   </FormControl>
                   <FormMessage />