mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
Update the fallback icon name (#639)
This commit is contained in:
@@ -96,7 +96,7 @@ export class IconComponent implements OnChanges {
|
|||||||
if (this.imageEnabled && isWebsite) {
|
if (this.imageEnabled && isWebsite) {
|
||||||
try {
|
try {
|
||||||
this.image = this.iconsUrl + "/" + Utils.getHostname(hostnameUri) + "/icon.png";
|
this.image = this.iconsUrl + "/" + Utils.getHostname(hostnameUri) + "/icon.png";
|
||||||
this.fallbackImage = "images/fa-globe.png";
|
this.fallbackImage = "images/bwi-globe.png";
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Ignore error since the fallback icon will be shown if image is null.
|
// Ignore error since the fallback icon will be shown if image is null.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user