change icons server to bitwarden.net

This commit is contained in:
Kyle Spearrin 2018-06-19 18:02:49 -04:00
parent 84a10139c1
commit 899816673c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace Bit.App.Models.Page
}
else
{
iconsUrl = "https://icons.bitwarden.com";
iconsUrl = "https://icons.bitwarden.net";
}
}