From ba1f7146f9885828dd7e291f1ecb2ea6e83475da Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 15 Feb 2024 22:45:51 +0100 Subject: [PATCH] Enter UPlanet --- earth/map_render.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth/map_render.html b/earth/map_render.html index 34b673b..a4be497 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -234,7 +234,7 @@ if (deg <= 0.01) { const button = document.createElement('button'); - button.textContent = 'Activate TW'; + button.textContent = 'Enter UPlanet'; button.style.width = '100%'; button.style.height = '100px'; // Customize the button height button.style.backgroundColor = '#0074d9';