diff --git a/src/components/form-field/form-field-label.tsx b/src/components/form-field/form-field-label.tsx
index 91b8b5f3..d26def3c 100644
--- a/src/components/form-field/form-field-label.tsx
+++ b/src/components/form-field/form-field-label.tsx
@@ -8,8 +8,8 @@ export interface FormFieldLabelProps {
export const FormFieldLabel = ({ htmlFor, children, optional }: FormFieldLabelProps) => {
return (
-
-