We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada2f6 commit a416a36Copy full SHA for a416a36
src/routes.js
@@ -76,21 +76,21 @@ const dashboardRoutes = [
76
component: NotificationsPage,
77
layout: "/admin"
78
},
79
- {
80
- path: "/upgrade-to-pro",
81
- name: "Upgrade To PRO",
82
- rtlName: "التطور للاحترافية",
83
- icon: Unarchive,
84
- component: UpgradeToPro,
85
- layout: "/admin"
86
- },
87
{
88
path: "/rtl-page",
89
name: "RTL Support",
90
rtlName: "پشتیبانی از راست به چپ",
91
icon: Language,
92
component: RTLPage,
93
layout: "/rtl"
+ },
+ {
+ path: "/upgrade-to-pro",
+ name: "Upgrade To PRO",
+ rtlName: "التطور للاحترافية",
+ icon: Unarchive,
+ component: UpgradeToPro,
+ layout: "/admin"
94
}
95
];
96
0 commit comments