diff --git a/src/App/Models/Page/VaultListPageModel.cs b/src/App/Models/Page/VaultListPageModel.cs index daba956f2..8b51a5d0b 100644 --- a/src/App/Models/Page/VaultListPageModel.cs +++ b/src/App/Models/Page/VaultListPageModel.cs @@ -79,7 +79,7 @@ namespace Bit.App.Models.Page } else { - iconsUrl = "https://icons.bitwarden.com"; + iconsUrl = "https://icons.bitwarden.net"; } }