From 90a20df7b746aaa55936e4cb2304c49f2a7fb518 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:21:55 +0000 Subject: [PATCH] Move total budget display Move the total budget display in BudgetTabContent.tsx to be between the category budget inputs and the save button. --- src/components/BudgetTabContent.tsx | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/components/BudgetTabContent.tsx b/src/components/BudgetTabContent.tsx index 09e9151..70fe9e2 100644 --- a/src/components/BudgetTabContent.tsx +++ b/src/components/BudgetTabContent.tsx @@ -129,23 +129,26 @@ const BudgetTabContent: React.FC = ({ {showBudgetInput &&
-
-

전체 예산: {formatCurrency(calculateTotalBudget())}

-
-

카테고리별 예산 설정

-
- +
+
+

전체 예산:

+

{formatCurrency(calculateTotalBudget())}

+
+ +
+ +