Skip to content

Commit

Permalink
changes 1964 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirwea authored Nov 17, 2023
1 parent afabeb3 commit a2f87be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/esm-covid-app/src/dashboard.meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const covidClinicalViewDashboardMeta = {
export const covid19CasesDashboardMeta = {
name: 'covid-cases',
slot: 'covid-cases-dashboard-slot',
config: { columns: 1, type: 'grid', programme: 'covid', icon: Coronavirus },
config: { columns: 1, type: 'grid', programme: 'covid', dashboardTitle: 'COVID-19 Cases', icon: Coronavirus },
title: 'COVID-19 Cases',
dashboardIcon: Coronavirus,
};
6 changes: 4 additions & 2 deletions packages/esm-covid-app/src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
"config": {
"columns": 1,
"type": "grid",
"programme": "covid"
"programme": "covid",
"dashboardTitle": "COVID-19 Cases"
},
"path": "COVID-19"
"path": "COVID-19",
"title": "COVID-19 Cases"
}
},
{
Expand Down

0 comments on commit a2f87be

Please sign in to comment.