diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 34b4009..ec518ba 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -94,6 +94,14 @@ const routes: Routes = [ loadChildren: () => import('./reload/libReload.module').then(m => m.LibReloadModule), data: {hasSidebar: false} }, + { + path: 'sdgs', + loadChildren: () => import('./openaireLibrary/sdg/sdg.module').then(m => m.SdgModule) + }, + { + path: 'fields-of-science', + loadChildren: () => import('./openaireLibrary/fos/fos.module').then(m => m.FosModule), data: {extraOffset: 100} + }, {path: 'user-info', loadChildren: () => import('./login/libUser.module').then(m => m.LibUserModule)}, {path: 'error', component: OpenaireErrorPageComponent} ]; diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 98b1184..5cf65f1 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -40,14 +40,14 @@ - SDGs logo + SDGs logo Sustainable Development Goals (SDGs) - FOS logo + FOS logo Fields of Science (FoS) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index c862be7..3bd6a28 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit c862be75613fa1cf08a3bf276b9f4e1b56a3321c +Subproject commit 3bd6a28c1b90980135c04d6d4b52714357fa1853 diff --git a/src/assets/common-assets b/src/assets/common-assets index 050fcbc..99fab06 160000 --- a/src/assets/common-assets +++ b/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 050fcbce9343f849956800b4634f62fefee7e210 +Subproject commit 99fab0671bee8251230599ef9bc3034aff39c141