Skip to content

Commit

Permalink
fix(about): route /about should show without auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Apr 25, 2023
1 parent b5ea37a commit f4ab443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const routes: IAppRoute[] = [
title: 'About',
description: 'Get information, help, or support for Cryostat.',
navGroup: OVERVIEW,
anonymous: true
},
{
component: Dashboard,
Expand Down

0 comments on commit f4ab443

Please sign in to comment.