From c65a00b27586e34bca41e73791ad89ac5707cb29 Mon Sep 17 00:00:00 2001 From: bangsinchur Date: Sat, 22 Feb 2025 18:57:44 +0900 Subject: [PATCH 1/4] =?UTF-8?q?feat:=EA=B2=AC=EC=A0=81=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyPlans/Cards/QuotationCard.tsx | 6 +++--- .../[planId]/[quotationId].tsx | 13 ++++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/MyPlans/Cards/QuotationCard.tsx b/src/components/MyPlans/Cards/QuotationCard.tsx index 0306f6fe..db95853b 100644 --- a/src/components/MyPlans/Cards/QuotationCard.tsx +++ b/src/components/MyPlans/Cards/QuotationCard.tsx @@ -138,10 +138,10 @@ export default function QuotationCard({ quotationDetail, planDetail }: Quotation
-

견적 금액

+

견적 코코넛

{" "} - {quotationDetail.price.toLocaleString()}원 + {quotationDetail.price.toLocaleString()}개

@@ -151,7 +151,7 @@ export default function QuotationCard({ quotationDetail, planDetail }: Quotation className="semibold w-full text-nowrap rounded-lg bg-color-blue-300 px-[32.5px] py-4 text-xl text-gray-50 mobile:text-md tablet:text-lg mobile-tablet:px-[16px] mobile-tablet:py-[11px]" onClick={handleConfirmButton} > - 플랜 확정하기 + 견적 확정하기 )}