From 040d0fb284289b7cd5e0551287b4273d8467ac14 Mon Sep 17 00:00:00 2001 From: Yasiu1376 Date: Wed, 10 Jan 2024 10:05:02 +0330 Subject: [PATCH] dashboard number --- src/components/dashboard/first/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/first/index.jsx b/src/components/dashboard/first/index.jsx index 43e885a..c4fba24 100644 --- a/src/components/dashboard/first/index.jsx +++ b/src/components/dashboard/first/index.jsx @@ -108,7 +108,7 @@ const DashboardFirstComponent = () => { {(Number(data.totalProposedAmount)/1000000).toLocaleString("en")} - میلیون ریال + {t("million_rial")} @@ -195,7 +195,7 @@ const DashboardFirstComponent = () => { {(Number(data.totalApprovedAmount) / 1000000).toLocaleString("en")} - میلیون ریال + {t("million_rial")}