zakeke-configurator-react 0.0.184 → 0.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56493,6 +56493,7 @@ var SceneViewer = /*#__PURE__*/function () {
|
|
|
56493
56493
|
button.width = "65px";
|
|
56494
56494
|
button.height = "25px";
|
|
56495
56495
|
button.color = "transparent";
|
|
56496
|
+
button.hoverCursor = "pointer";
|
|
56496
56497
|
button.onPointerClickObservable.add(function () {
|
|
56497
56498
|
window.open("https://www.zakeke.com/");
|
|
56498
56499
|
});
|