Skip to content

Commit

Permalink
Add more details to page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Nov 9, 2023
1 parent 954ad7c commit c83cb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/app-web/src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ const QUESTION_RESPONSE_SHOW_SIDEBAR_ROUTES: RouteTWithUnknown[] = [
*/
const PageHeadingsRecord: Partial<Record<RouteTWithUnknown, string>> = {
ROOT: 'Dashboard',
DASHBOARD_SUBMISSIONS: 'Dashboard',
DASHBOARD_RATES: 'Dashboard',
DASHBOARD_SUBMISSIONS: 'Submissions Dashboard',
DASHBOARD_RATES: 'Rate Reviews Dashboard',
SUBMISSIONS_NEW: 'New submission',
UNKNOWN_ROUTE: '404',
}
Expand Down

0 comments on commit c83cb7c

Please sign in to comment.