From 32ea51b56ff3711bd1ca3e3d4170202b25df1dfd Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Wed, 9 Oct 2024 12:10:03 +0700 Subject: [PATCH] Refactor component and page structure for responsiveness, add submit button to application page --- src/app/business/apply/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 3c0238c..7e4d166 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -289,6 +289,12 @@ export default function Apply() { + {/* Submit */} +
+ +
); }