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:
parent
8fcbc887a2
commit
e5db01083c
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user