diff --git a/frontend/src/BillingManager.jsx b/frontend/src/BillingManager.jsx index 950fec9..cbd5b2c 100644 --- a/frontend/src/BillingManager.jsx +++ b/frontend/src/BillingManager.jsx @@ -494,55 +494,49 @@ function BillingManager() { )} - {/* Компактная статистика */} + {/* Статистика */}
-
-
-
- - - -
-
- {formatCurrencyInRUB(totalMonthlyCosts, 'RUB')} -
-
в месяц
+
+
+ + + +
+
+ {formatCurrencyInRUB(totalMonthlyCosts, 'RUB')}
+
Месячные затраты
-
-
-
- 0 ? 'bg-red-lt text-red' : 'bg-green-lt text-green'} border-0`}> - - -
-
- {overduePayments.length} -
-
просрочено
+
+
+ 0 ? 'bg-red-lt text-red' : 'bg-green-lt text-green'} border-0`}> + + +
+
+ {overduePayments.length}
+
Просрочено платежей
-
-
-
- 0 ? 'bg-yellow-lt text-yellow' : 'bg-azure-lt text-azure'} border-0`}> - - -
-
- {urgentPayments.length} -
-
на этой неделе
+
+
+ 0 ? 'bg-yellow-lt text-yellow' : 'bg-azure-lt text-azure'} border-0`}> + + +
+
+ {urgentPayments.length}
+
Оплата на этой неделе
@@ -596,8 +590,8 @@ function BillingManager() {
-
@@ -766,13 +760,13 @@ function BillingManager() {