fix(payment): update currency display from تومان to ریال and adjust amount formatting

This commit is contained in:
hamed
2026-06-24 20:39:34 +03:30
parent cc6b42c1a5
commit 537f3e47d5
5 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function Head({ user }) {
<div className="flex flex-col gap-[8px] items-start justify-start">
<p className="text-[#3B3B3B] text-nowrap text-[16px] font-medium">
{Number(user?.total_transactions || 0).toLocaleString("fa-IR")}{" "}
<span className="text-[12px]">تومان</span>
<span className="text-[12px]">ریال</span>
</p>
<h1 className="text-[#616161] text-nowrap text-[14px] font-normal">
مجموع تراکنش ها