1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

switch icons server to icons.bitwarden.net

This commit is contained in:
Kyle Spearrin 2018-06-18 08:33:09 -04:00
parent 8fcbc887a2
commit e5db01083c

View File

@ -32,7 +32,7 @@ export class IconComponent implements OnChanges {
if (environmentService.baseUrl) {
this.iconsUrl = environmentService.baseUrl + '/icons';
} else {
this.iconsUrl = 'https://icons.bitwarden.com';
this.iconsUrl = 'https://icons.bitwarden.net';
}
}
}