This commit is contained in:
David Rowe 2020-03-06 15:04:58 +13:00
parent 435094ddbe
commit 725a06d248

View file

@ -42,8 +42,8 @@
ui = new AppUi({
buttonName: "EXPLORE",
home: Script.resolvePath("decentralizedGoTo.html"),
icon: "Explore.svg",
activeIcon: "Explore.svg",
icon: "explore-i.svg",
activeIcon: "explore-a.svg",
graphicsDirectory: scriptDir
});
}