From e487f7437a0e103ff50dad33e302ac445627f2eb Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Thu, 2 Jul 2026 17:12:50 +0330 Subject: [PATCH] feat(sms-wallet): add display for SMS price with Banknotes icon --- assets/admin/pages/SmsWalletPage.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/admin/pages/SmsWalletPage.tsx b/assets/admin/pages/SmsWalletPage.tsx index c3329852..dea359c2 100644 --- a/assets/admin/pages/SmsWalletPage.tsx +++ b/assets/admin/pages/SmsWalletPage.tsx @@ -7,6 +7,7 @@ import { toast } from 'sonner'; import { ArrowUpCircleIcon, ArrowDownCircleIcon, DevicePhoneMobileIcon, ClockIcon, CheckCircleIcon, XCircleIcon, BellAlertIcon, ChatBubbleLeftEllipsisIcon, + BanknotesIcon, } from '@heroicons/react/24/outline'; import { api } from '../lib/api'; import type { ApiResponse, PaginatedResponse } from '../lib/api'; @@ -180,6 +181,15 @@ function SmsWalletPageInner() {
یادآوری قبل از نوبت
+
+
+ +
+
+
{formatRial(balance?.sms_price_rials ?? 0)}
+
قیمت هر پیامک
+
+
{/* وضعیت سرویس */}