add: report problem page

This commit is contained in:
Mahyar Khanbolooki
2025-07-29 23:34:19 +03:30
parent 8bf8da5df7
commit 9361364e78
9 changed files with 551 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const menuItems: Array<Array<MenuItemType>> = [
{ 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} /> },
{ href: 'services', title: 'ReportProblem', icon: <NoteBoardIcon width={20} height={20} /> },
{ href: 'report', title: 'ReportProblem', icon: <NoteBoardIcon width={20} height={20} /> },
{ href: 'invoices', title: 'InstallApp', icon: <DirectboxReceiveIcon width={20} height={20} /> }
],
[],