diff --git a/src/angular/components/icon.component.ts b/src/angular/components/icon.component.ts index cac8d381a2c..4b127c07db9 100644 --- a/src/angular/components/icon.component.ts +++ b/src/angular/components/icon.component.ts @@ -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'; } } }