From 0b667f21082636c813355e678269464e03a4ded6 Mon Sep 17 00:00:00 2001 From: Wind-Explorer <66894537+Wind-Explorer@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:12:51 +0800 Subject: [PATCH] polished hbcform submission ui --- client/src/pages/HBFormPage.tsx | 186 ++++++++++++++++---------------- 1 file changed, 94 insertions(+), 92 deletions(-) diff --git a/client/src/pages/HBFormPage.tsx b/client/src/pages/HBFormPage.tsx index d92192b..46d5634 100644 --- a/client/src/pages/HBFormPage.tsx +++ b/client/src/pages/HBFormPage.tsx @@ -7,6 +7,7 @@ import { Modal, ModalBody, ModalContent, + ModalFooter, ModalHeader, } from "@nextui-org/react"; import { ArrowUTurnLeftIcon } from "../icons"; @@ -274,76 +275,93 @@ export default function HBFormPage() {