From 0e90f0ee7e4413d41a11eb561b8571a2b1b50287 Mon Sep 17 00:00:00 2001
From: THIS ONE IS A LITTLE BIT TRICKY KRUB
Date: Wed, 9 Oct 2024 12:02:39 +0700
Subject: [PATCH] Refactor component and page structure for responsiveness,
adjust company information layout
---
src/app/business/apply/page.tsx | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
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() {
-
+
About your company
All requested information in this section is required.