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: ,