diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index c57f25c..3962c01 100644 --- a/components/Dropdown.tsx +++ b/components/Dropdown.tsx @@ -16,7 +16,7 @@ export default function Dropdown(props: DropdownProps) { const { label, options } = props; return ( - + {label}
{options.map((option, i) => ( diff --git a/components/Form.tsx b/components/Form.tsx index 66063c0..974bc6b 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -554,13 +554,13 @@ function Form(): JSX.Element {
@@ -639,14 +639,14 @@ function Form(): JSX.Element {
-
@@ -728,7 +728,7 @@ function Form(): JSX.Element {