diff --git a/src/app/routes.tsx b/src/app/routes.tsx index 8cee0131f..8f2515a7b 100644 --- a/src/app/routes.tsx +++ b/src/app/routes.tsx @@ -92,6 +92,7 @@ const routes: IAppRoute[] = [ title: 'About', description: 'Get information, help, or support for Cryostat.', navGroup: OVERVIEW, + anonymous: true, }, { component: Dashboard,