Add budget information
Adds "spent amount / target amount" information below the daily, weekly, and monthly tabs.
This commit is contained in:
@@ -98,6 +98,9 @@ const Index = () => {
|
||||
월간
|
||||
</TabsTrigger>
|
||||
</TabsList>
|
||||
|
||||
{/* 지출액 / 목표액 라벨 추가 */}
|
||||
<div className="text-sm text-gray-600 mb-2 px-1">지출액 / 목표액</div>
|
||||
|
||||
<TabsContent value="daily" className="space-y-4 mt-0">
|
||||
<div className="space-y-4">
|
||||
|
||||
Reference in New Issue
Block a user