use new users icon

This commit is contained in:
Faye Li 2017-02-15 10:16:20 -08:00
parent f981f21aa4
commit 5ece3f1e1a

View file

@ -35,7 +35,7 @@
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
var button = tablet.addButton({
icon: "icons/tablet-icons/people-i.svg",
icon: "icons/tablet-icons/users-i.svg",
text: "USERS",
sortOrder: 11
});