Remove daily and weekly tabs

Removed the daily and weekly budget tabs from the budget progress card, leaving only the monthly tab.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 12:06:32 +00:00
parent 0bc53208b5
commit 8cda329feb
6 changed files with 57 additions and 187 deletions

View File

@@ -1,3 +1,4 @@
import React from 'react';
import BudgetProgressCard from '@/components/BudgetProgressCard';
import BudgetCategoriesSection from '@/components/BudgetCategoriesSection';
@@ -56,7 +57,7 @@ const HomeContent: React.FC<HomeContentProps> = ({
)}
{/* 목표 진행 상황 */}
<h2 className="text-lg font-semibold mb-2 mt-4"> </h2>
<h2 className="text-lg font-semibold mb-2 mt-4"> </h2>
<BudgetProgressCard
budgetData={budgetData}
selectedTab={selectedTab}