From 5aa04cf79641f3a494e8e01652171434f36b2e1e 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:28:42 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/components/BudgetTabContent.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/BudgetTabContent.tsx b/src/components/BudgetTabContent.tsx index 2f3a225..784e546 100644 --- a/src/components/BudgetTabContent.tsx +++ b/src/components/BudgetTabContent.tsx @@ -75,11 +75,9 @@ const BudgetTabContent: React.FC = ({ } } }, [showBudgetInput]); - + // 예산 여부에 따른 텍스트 결정 const budgetButtonText = targetAmount > 0 ? "예산 수정하기" : "예산 입력하기"; - - return
{targetAmount > 0 ? <>
@@ -125,11 +123,11 @@ const BudgetTabContent: React.FC = ({

전체 예산:

-

{formatCurrency(calculateTotalBudget())}

+

{formatCurrency(calculateTotalBudget())}

- @@ -140,4 +138,4 @@ const BudgetTabContent: React.FC = ({
}
; }; -export default BudgetTabContent; +export default BudgetTabContent; \ No newline at end of file