Skip to content

Commit

Permalink
PIDP-864 Set title on the top navbar for all pages (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paahn authored Mar 11, 2024
1 parent 9dba614 commit fd2edb5
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export const routes: Routes = [
data: {
title: 'OneHealthID Service',
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export const routes: Routes = [
root: '../../',
},
setDashboardTitleGuard: {
titleText: '',
titleDescriptionText: '',
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export const routes: Routes = [
title: userAccessAgreementTitle,
routes: {
root: '../../',
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export const routes: Routes = [
routes: {
root: '../../',
},
setDashboardTitleGuard: {
titleText: 'Welcome to OneHealthID Service',
titleDescriptionText:
'Complete your profile to gain access to the systems you are eligible for',
},
},
},
];

0 comments on commit fd2edb5

Please sign in to comment.