From 9991ccbced5e5a7600f4ea020fe8f68ff284586c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 22 Jul 2024 22:32:53 +0200 Subject: [PATCH] Remove support page --- dashboard/src/common/routes/index.jsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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" } ]