From baa8ee5f847e8f38f9555de13cf78e16988fd293 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:03:04 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/components/BudgetInputCard.tsx | 12 +++--------- src/pages/Index.tsx | 6 +++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/components/BudgetInputCard.tsx b/src/components/BudgetInputCard.tsx index c3061b9..bfb19f1 100644 --- a/src/components/BudgetInputCard.tsx +++ b/src/components/BudgetInputCard.tsx @@ -53,15 +53,9 @@ const BudgetInputCard: React.FC = ({ return
setSelectedTab(value as 'daily' | 'weekly' | 'monthly')} className="w-full"> - - 일일 목표 - - - 주간 목표 - - - 월간 목표 - + 일일 예산 + 주간 예산 + 월간 예산 diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 4b4cfcc..7cd00c8 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -99,7 +99,7 @@ const Index = () => { {/* 목표 진행 상황 - 제목을 카드 위로 이동 */} -

예산지출 현황

+

예산과 지출

@@ -115,7 +115,7 @@ const Index = () => { {/* 지출액 / 목표액 라벨 추가 */} -
지출액 / 목표액
+
지출 / 예산
@@ -139,7 +139,7 @@ const Index = () => {
- 지출 가능 금액 + 남은 예산 {formatCurrency(budgetData.daily.remainingAmount)}