diff --git a/angular/src/components/icon.component.ts b/angular/src/components/icon.component.ts index ca1f2555fa..c5704f2704 100644 --- a/angular/src/components/icon.component.ts +++ b/angular/src/components/icon.component.ts @@ -96,7 +96,7 @@ export class IconComponent implements OnChanges { if (this.imageEnabled && isWebsite) { try { this.image = this.iconsUrl + "/" + Utils.getHostname(hostnameUri) + "/icon.png"; - this.fallbackImage = "images/fa-globe.png"; + this.fallbackImage = "images/bwi-globe.png"; } catch (e) { // Ignore error since the fallback icon will be shown if image is null. }