Bläddra i källkod

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

Sat Naing 9 månader sedan
förälder
incheckning
8d6f63f913
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 />