diff --git a/ui/src/components/FieldLabel.tsx b/ui/src/components/FieldLabel.tsx index f9065a1..dc7018d 100644 --- a/ui/src/components/FieldLabel.tsx +++ b/ui/src/components/FieldLabel.tsx @@ -27,7 +27,7 @@ export default function FieldLabel({ > {label} {description && ( - + {description} )} @@ -36,11 +36,11 @@ export default function FieldLabel({ } else if (as === "span") { return (
- + {label} {description && ( - + {description} )} @@ -49,4 +49,4 @@ export default function FieldLabel({ } else { return <>; } -} \ No newline at end of file +}