mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
directives
This commit is contained in:
@@ -78,7 +78,7 @@ export class IconComponent implements OnChanges {
|
||||
try {
|
||||
const url = new URL(hostnameUri);
|
||||
this.image = this.iconsUrl + '/' + url.hostname + '/icon.png';
|
||||
this.fallbackImage = '../images/fa-globe.png'; // TODO?
|
||||
this.fallbackImage = 'images/fa-globe.png';
|
||||
} catch (e) { }
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user