Refactor: Simplify avatar component
This commit is contained in:
@@ -15,7 +15,7 @@ const BudgetCategoriesSection: React.FC<BudgetCategoriesSectionProps> = ({
|
||||
categories
|
||||
}) => {
|
||||
return <>
|
||||
<h2 className="text-lg font-semibold mb-3 mt-8">지출 그래프</h2>
|
||||
<h2 className="text-base font-semibold mb-3 mt-8">지출 그래프</h2>
|
||||
<div className="neuro-card mb-8">
|
||||
{categories.map((category, index) => {
|
||||
// 예산 초과 여부 확인
|
||||
|
||||
Reference in New Issue
Block a user