mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
Fix fix
This commit is contained in:
parent
435094ddbe
commit
725a06d248
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
ui = new AppUi({
|
ui = new AppUi({
|
||||||
buttonName: "EXPLORE",
|
buttonName: "EXPLORE",
|
||||||
home: Script.resolvePath("decentralizedGoTo.html"),
|
home: Script.resolvePath("decentralizedGoTo.html"),
|
||||||
icon: "Explore.svg",
|
icon: "explore-i.svg",
|
||||||
activeIcon: "Explore.svg",
|
activeIcon: "explore-a.svg",
|
||||||
graphicsDirectory: scriptDir
|
graphicsDirectory: scriptDir
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue