1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

directives

This commit is contained in:
Kyle Spearrin
2018-01-23 23:38:56 -05:00
parent e06704431a
commit 5703782a0f
10 changed files with 59 additions and 3 deletions

View File

@@ -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 {