From 7041f0c321e3045c494313af0d5673c45f25be72 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:31:19 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/components/BudgetCategoriesSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BudgetCategoriesSection.tsx b/src/components/BudgetCategoriesSection.tsx index 52e1bb1..512003a 100644 --- a/src/components/BudgetCategoriesSection.tsx +++ b/src/components/BudgetCategoriesSection.tsx @@ -12,7 +12,7 @@ const BudgetCategoriesSection: React.FC = ({ categories }) => { return <> -

지출 그래프

+

지출 그래프

{categories.map((category, index) => { // 예산 초과 여부 확인