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