diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index c321390..6be478c 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit c321390ccbbe72515f336830c3aa54e3156379ef +Subproject commit 6be478cacc13f3c5e6808d4d5dc358eb53be1faf diff --git a/src/app/pages/manage-communities/manage-communities.module.ts b/src/app/pages/manage-communities/manage-communities.module.ts index 7bce658..33494ae 100644 --- a/src/app/pages/manage-communities/manage-communities.module.ts +++ b/src/app/pages/manage-communities/manage-communities.module.ts @@ -10,7 +10,7 @@ import {UrlPrefixModule} from '../../openaireLibrary/utils/pipes/url-prefix.modu import {CommunitiesService} from '../../openaireLibrary/connect/communities/communities.service'; import {IconsModule} from '../../openaireLibrary/utils/icons/icons.module'; import {IconsService} from '../../openaireLibrary/utils/icons/icons.service'; -import {earth} from '../../openaireLibrary/utils/icons/icons'; +import {earth, incognito, restricted} from '../../openaireLibrary/utils/icons/icons'; import {LogoUrlPipeModule} from "../../openaireLibrary/utils/pipes/logoUrlPipe.module"; import {SearchInputModule} from '../../openaireLibrary/sharedComponents/search-input/search-input.module'; @@ -24,6 +24,6 @@ import {SearchInputModule} from '../../openaireLibrary/sharedComponents/search-i }) export class ManageCommunitiesModule { constructor(private iconsService: IconsService) { - this.iconsService.registerIcons([earth]); + this.iconsService.registerIcons([earth, restricted, incognito]); } } diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index aa1e6c9..c92a0de 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit aa1e6c9df390a4ba0919b5f8591374f7eec75089 +Subproject commit c92a0dea1b7fc51f0cf272f8d4343735d000a23b