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

View file

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