Add icons in manage-communities module. Update library and openaire-theme

This commit is contained in:
Konstantinos Triantafyllou 2023-05-11 12:32:16 +03:00
parent 3b4ea6102c
commit 07ef246d73
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit c321390ccbbe72515f336830c3aa54e3156379ef
Subproject commit 6be478cacc13f3c5e6808d4d5dc358eb53be1faf

View File

@ -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]);
}
}

@ -1 +1 @@
Subproject commit aa1e6c9df390a4ba0919b5f8591374f7eec75089
Subproject commit c92a0dea1b7fc51f0cf272f8d4343735d000a23b