1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

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
{
iconsUrl = "https://icons.bitwarden.com";
iconsUrl = "https://icons.bitwarden.net";
}
}