mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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) {
|
||||
this.iconsUrl = environmentService.baseUrl + '/icons';
|
||||
} else {
|
||||
this.iconsUrl = 'https://icons.bitwarden.com';
|
||||
this.iconsUrl = 'https://icons.bitwarden.net';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user