From 5477a225835765c4ab5c36633550d8307fd4668c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 08:18:20 +0000 Subject: [PATCH] Add budget information Adds "spent amount / target amount" information below the daily, weekly, and monthly tabs. --- src/pages/Index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index a34b69d..d60fea9 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -98,6 +98,9 @@ const Index = () => { 월간 + + {/* 지출액 / 목표액 라벨 추가 */} +
지출액 / 목표액