diff --git a/dashboard/src/common/routes/index.jsx b/dashboard/src/common/routes/index.jsx index 2784003..7d7bfd7 100644 --- a/dashboard/src/common/routes/index.jsx +++ b/dashboard/src/common/routes/index.jsx @@ -1,7 +1,7 @@ import Home from "@/states/Dashboard/pages/Home"; import { AdminPanelSettings, - BarChart, ContactSupport, + BarChart, Group, Info as InfoIcon, Key, @@ -20,7 +20,6 @@ import Members from "@/states/Dashboard/pages/Members"; export const routes = [ {path: "/", element: }, - {path: "/support", element:

Support

}, {path: "/projects/:projectId/stats", element: }, {path: "/projects/:projectId/licenses", element: }, {path: "/projects/:projectId/permissions", element: }, @@ -35,12 +34,7 @@ export const sidebar = [ { path: "/", icon: , - name: "Start" - }, - { - path: "/support", - icon: , - name: "Support" + name: "Home" } ]