diff --git a/src/pages/statistics/Statistics.tsx b/src/pages/statistics/Statistics.tsx index e76658d..06beb2e 100644 --- a/src/pages/statistics/Statistics.tsx +++ b/src/pages/statistics/Statistics.tsx @@ -24,7 +24,7 @@ const Statistics: FC = () => { return (
{/* Stats Cards */} -
+
} title='غذاها' @@ -43,12 +43,6 @@ const Statistics: FC = () => { value={`${formatFaNumber(stats?.totalOrders)} سفارش`} color='#FF9A62' /> - } - title='درآمد' - value={stats?.totalRevenue ? formatPrice(stats.totalRevenue) : '۰ تومان'} - color='#10B981' - />
{/* Charts Section */} @@ -57,7 +51,15 @@ const Statistics: FC = () => {
- + } + title='درآمد' + value={stats?.totalRevenue ? formatPrice(stats.totalRevenue) : '۰ تومان'} + color='#10B981' + /> +
+ +