complete transactions page

This commit is contained in:
Alihaghighattalab
2024-08-11 11:01:10 +03:30
parent 7e18228d46
commit f552eee230
13 changed files with 118 additions and 30 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
import { CardPos, DocumentText, Home2, ReceiptItem, SmartCar, StarSlash, UserSquare, Wallet } from "iconsax-react";
import { CardPos, Cup, DocumentText, Home2, ReceiptItem, SmartCar, StarSlash, UserSquare, Wallet } from "iconsax-react";
import { SidebarInterface } from "../types";
@@ -52,6 +52,13 @@ export const sidebarItems: SidebarInterface[] | [] = [
icon: <StarSlash color="#777577" className="size-[27px]" variant="Bold" />,
activeIcon: <StarSlash color="#11212D" className="size-[27px]" variant="Bold" />
},
{
name: "awards",
title: "جوایز",
route: "/awards",
icon: <Cup color="#777577" className="size-[27px]" variant="Bold" />,
activeIcon: <Cup color="#11212D" className="size-[27px]" variant="Bold" />
},
{
name: "subscription-report",
title: "گزارش تمدید اشتراک اینترنتی",