change: orders history url

This commit is contained in:
Mahyar Khanbolooki
2025-08-06 20:42:18 +03:30
parent 97307090ab
commit 0f62cf1bea
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const menuItems: Array<Array<MenuItemType>> = [
{ href: '/', title: 'Notifications', icon: <NotificationBellIcon width={20} height={20} /> },
{ href: 'my-services', title: 'CustomerClub', icon: <CupIcon width={20} height={20} /> },
{ href: 'services', title: 'Discounts', icon: <TicketDiscountIcon width={20} height={20} /> },
{ href: 'orders', title: 'Orders', icon: <CalendarSearchIcon width={20} height={20} /> },
{ href: 'order/history', title: 'Orders', icon: <CalendarSearchIcon width={20} height={20} /> },
{ href: 'transactions', title: 'Transactions', icon: <ReceiptIcon width={20} height={20} /> },
{ href: '/', title: 'Games', icon: <GameControllerIcon width={20} height={20} /> },
{ href: '?share', title: 'ShareWithFriends', icon: <ThumbsUpIcon width={20} height={20} /> },