diff --git a/src/app/[name]/(Main)/orders/layout.tsx b/src/app/[name]/(Main)/order/history/layout.tsx similarity index 100% rename from src/app/[name]/(Main)/orders/layout.tsx rename to src/app/[name]/(Main)/order/history/layout.tsx diff --git a/src/app/[name]/(Main)/orders/page.tsx b/src/app/[name]/(Main)/order/history/page.tsx similarity index 100% rename from src/app/[name]/(Main)/orders/page.tsx rename to src/app/[name]/(Main)/order/history/page.tsx diff --git a/src/components/menu/SideMenu.tsx b/src/components/menu/SideMenu.tsx index f7c27fe..57c6b9e 100644 --- a/src/components/menu/SideMenu.tsx +++ b/src/components/menu/SideMenu.tsx @@ -36,7 +36,7 @@ const menuItems: Array> = [ { href: '/', title: 'Notifications', icon: }, { href: 'my-services', title: 'CustomerClub', icon: }, { href: 'services', title: 'Discounts', icon: }, - { href: 'orders', title: 'Orders', icon: }, + { href: 'order/history', title: 'Orders', icon: }, { href: 'transactions', title: 'Transactions', icon: }, { href: '/', title: 'Games', icon: }, { href: '?share', title: 'ShareWithFriends', icon: },