diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 1cbba5d..3c0238c 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -21,7 +21,15 @@ export default function Apply() { const [isForSale, setIsForSale] = useState(""); const [isGenerating, setIsGenarting] = useState(""); const [pitch, setPitch] = useState(""); - const communitySize = ["N/A", "0-5K", "5-10K", "10-20K", "20-50K", "50-100K", "100K+"]; + const communitySize = [ + "N/A", + "0-5K", + "5-10K", + "10-20K", + "20-50K", + "50-100K", + "100K+", + ]; const fetchIndustry = async () => { let { data: BusinessType, error } = await supabase @@ -57,7 +65,7 @@ export default function Apply() {
-All requested information in this section is required.