Add budget information

Adds "spent amount / target amount" information below the daily, weekly, and monthly tabs.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-08 08:18:20 +00:00
parent f3edb2d0a3
commit 5477a22583

View File

@@ -99,6 +99,9 @@ const Index = () => {
</TabsTrigger> </TabsTrigger>
</TabsList> </TabsList>
{/* 지출액 / 목표액 라벨 추가 */}
<div className="text-sm text-gray-600 mb-2 px-1"> / </div>
<TabsContent value="daily" className="space-y-4 mt-0"> <TabsContent value="daily" className="space-y-4 mt-0">
<div className="space-y-4"> <div className="space-y-4">
<div> <div>