From e04f0af2e274d8349a90137938a415816d2aacea Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 13 Dec 2022 11:07:16 +0200 Subject: [PATCH] [Explore]: home.module.ts: Removed arrow_right icon from iconsService.registerIcons and from import. --- explore/src/app/home/home.module.ts | 4 ++-- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- explore/src/assets/openaire-theme | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/explore/src/app/home/home.module.ts b/explore/src/app/home/home.module.ts index cdbef5b9..6749b66b 100644 --- a/explore/src/app/home/home.module.ts +++ b/explore/src/app/home/home.module.ts @@ -23,7 +23,7 @@ import {EntitiesSelectionModule} from "../openaireLibrary/searchPages/searchUtil import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/quick-selections.module"; import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; import {IconsService} from "../openaireLibrary/utils/icons/icons.service"; -import {arrow_right, book, cog, database, earth} from "../openaireLibrary/utils/icons/icons"; +import {book, cog, database, earth} from "../openaireLibrary/utils/icons/icons"; import {NumbersModule} from "../openaireLibrary/sharedComponents/numbers/numbers.module"; import {AdvancedSearchInputModule} from "../openaireLibrary/sharedComponents/advanced-search-input/advanced-search-input.module"; import {InputModule} from "../openaireLibrary/sharedComponents/input/input.module"; @@ -51,6 +51,6 @@ import {InputModule} from "../openaireLibrary/sharedComponents/input/input.modul }) export class HomeModule { constructor(private iconsService: IconsService) { - this.iconsService.registerIcons([arrow_right, book, cog, database, earth]); + this.iconsService.registerIcons([book, cog, database, earth]); } } diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index fbbfa579..06f2f586 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit fbbfa579caaa89c647983b274019bbbb6826664b +Subproject commit 06f2f586a88a1766f183356b6497c0fc66436f36 diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 6e71e0fc..d772dbd4 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 6e71e0fc524cba542d746f749baede4be800a86f +Subproject commit d772dbd4b2f2d8af9e26d98eed7417f2fbf15c3a diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index fb1d7149..2882ccde 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit fb1d7149654415dd6b848b86ab5187401f50975e +Subproject commit 2882ccde4eb93bd01b4cdb480790cc04b394794d