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)}