[Explore]: home.module.ts: Removed arrow_right icon from iconsService.registerIcons and from import.
This commit is contained in:
parent
44ee139a1a
commit
e04f0af2e2
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fbbfa579caaa89c647983b274019bbbb6826664b
|
||||
Subproject commit 06f2f586a88a1766f183356b6497c0fc66436f36
|
|
@ -1 +1 @@
|
|||
Subproject commit 6e71e0fc524cba542d746f749baede4be800a86f
|
||||
Subproject commit d772dbd4b2f2d8af9e26d98eed7417f2fbf15c3a
|
|
@ -1 +1 @@
|
|||
Subproject commit fb1d7149654415dd6b848b86ab5187401f50975e
|
||||
Subproject commit 2882ccde4eb93bd01b4cdb480790cc04b394794d
|
Loading…
Reference in New Issue