diff --git a/components/ExperimentForm.tsx b/components/ExperimentForm.tsx index 8766265..024e40f 100644 --- a/components/ExperimentForm.tsx +++ b/components/ExperimentForm.tsx @@ -89,87 +89,73 @@ const ExperimentForm: React.FC = ({ return (
-
+
{/* Header */} -
-

๐Ÿงช Create New Experiment

+
+

๐Ÿงช New Experiment

{/* Form */} -
+ {/* Name */}
-
- {/* Type */} -
- -
- {typeOptions.map((opt) => ( - - ))} + {/* Type & Marketplace */} +
+
+ +
-
- - {/* Marketplace */} -
- -
- {marketplaceOptions.map((mp) => ( - - ))} +
+ +
{/* ASINs */}
-