complete transactions page
This commit is contained in:
@@ -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: "گزارش تمدید اشتراک اینترنتی",
|
||||
|
||||
Reference in New Issue
Block a user