From 5c35dad5cbc2be48679230c3782d0bf00d3609c0 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Wed, 9 Oct 2024 11:36:44 +0700 Subject: [PATCH] Refactor component and page structure for responsiveness and add remote image patterns --- src/app/business/apply/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index c9fc720..07f8a3a 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -18,6 +18,7 @@ export default function Apply() { let supabase = createSupabaseClient(); const [industry, setIndustry] = useState([]); const [isInUS, setIsInUS] = useState(""); + const [isForSale, setisForSale] = useState(""); const fetchIndustry = async () => { let { data: BusinessType, error } = await supabase @@ -104,7 +105,7 @@ export default function Apply() { How much money has your company
raised to date?
- + The sum total of past financing, including angel or venture{" "}
@@ -148,20 +149,20 @@ export default function Apply() { {/* Is your product available (for sale) in market? */}