diff --git a/explore/src/app/app-routing.module.ts b/explore/src/app/app-routing.module.ts index 5d6dec08..32bfa51f 100644 --- a/explore/src/app/app-routing.module.ts +++ b/explore/src/app/app-routing.module.ts @@ -9,8 +9,8 @@ const routes: Routes = [ //{ path: 'home', loadChildren: './home/home.module#HomeModule'}, {path: 'home', redirectTo: '', pathMatch: 'full'}, {path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)}, - {path: 'sdg', loadChildren: () => import('./sdg/sdg.module').then(m => m.SdgModule)}, - {path: 'fos', loadChildren: () => import('./fos/fos.module').then(m => m.FosModule)}, + {path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.SdgModule)}, + {path: 'fields-of-science', loadChildren: () => import('./fos/fos.module').then(m => m.FosModule)}, // ORCID Pages {path: 'orcid', loadChildren: () => import('./orcid/orcid.module').then(m => m.LibOrcidModule)}, {path: 'my-orcid-links', loadChildren: () => import('./orcid/my-orcid-links/myOrcidLinks.module').then(m => m.LibMyOrcidLinksModule)}, diff --git a/explore/src/app/fos/fos.component.ts b/explore/src/app/fos/fos.component.ts index f81240a2..05ef696d 100644 --- a/explore/src/app/fos/fos.component.ts +++ b/explore/src/app/fos/fos.component.ts @@ -27,7 +27,7 @@ export class FosComponent implements OnInit, OnDestroy { public result = []; properties: EnvProperties = properties; - public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'FOS'}]; + public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'Fields of Science'}]; subscriptions: Subscription[] = []; diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 3b76b2a9..41779f0d 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -45,14 +45,14 @@