mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
switch icons server to icons.bitwarden.net
This commit is contained in:
@@ -32,7 +32,7 @@ export class IconComponent implements OnChanges {
|
|||||||
if (environmentService.baseUrl) {
|
if (environmentService.baseUrl) {
|
||||||
this.iconsUrl = environmentService.baseUrl + '/icons';
|
this.iconsUrl = environmentService.baseUrl + '/icons';
|
||||||
} else {
|
} else {
|
||||||
this.iconsUrl = 'https://icons.bitwarden.com';
|
this.iconsUrl = 'https://icons.bitwarden.net';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user