Enter UPlanet

This commit is contained in:
fred 2024-02-15 22:45:51 +01:00
parent ef88b9175a
commit ba1f7146f9
1 changed files with 1 additions and 1 deletions

View File

@ -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';