From 098e9822c98f296ca0a26aaa70e37fd4401945c5 Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Thu, 29 Aug 2024 14:12:06 -0400 Subject: [PATCH] Remove Roles entry points --- .../ui/page/Navigation/NavigationLinks.tsx | 6 +- src/router.tsx | 56 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/components/ui/page/Navigation/NavigationLinks.tsx b/src/components/ui/page/Navigation/NavigationLinks.tsx index 21e651bb3a..9ebfccd7b0 100644 --- a/src/components/ui/page/Navigation/NavigationLinks.tsx +++ b/src/components/ui/page/Navigation/NavigationLinks.tsx @@ -7,7 +7,7 @@ import { Question, Scroll, SquaresFour, - UsersThree, + // UsersThree, } from '@phosphor-icons/react'; import { DAO_ROUTES } from '../../../../constants/routes'; import { URL_CHAT, URL_DOCS, URL_FAQ } from '../../../../constants/url'; @@ -97,14 +97,14 @@ function InternalLinks({ closeDrawer }: { closeDrawer?: () => void }) { scope="internal" closeDrawer={closeDrawer} /> - + /> */} path: DAO_ROUTES.hierarchy.path, element: , }, - { - path: DAO_ROUTES.roles.path, - element: , - children: [ - { - path: 'details', - element: , - }, - ], - }, - { - path: DAO_ROUTES.rolesEdit.path, - element: , - children: [ - { - path: 'details', - element: , - }, - { - path: 'summary', - element: , - }, - ], - }, + // { + // path: DAO_ROUTES.roles.path, + // element: , + // children: [ + // { + // path: 'details', + // element: , + // }, + // ], + // }, + // { + // path: DAO_ROUTES.rolesEdit.path, + // element: , + // children: [ + // { + // path: 'details', + // element: , + // }, + // { + // path: 'summary', + // element: , + // }, + // ], + // }, { path: 'new/*', element: ,