Activate ẐenCard

This commit is contained in:
fred 2023-11-24 03:40:51 +01:00
parent 314c718866
commit 076a248cb1
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if (deg <= 0.01) {
const button = document.createElement('button'); const button = document.createElement('button');
button.textContent = 'Get ZenCard'; button.textContent = 'Activate ẐenCard';
button.style.width = '100%'; button.style.width = '100%';
button.style.height = '100px'; // Customize the button height button.style.height = '100px'; // Customize the button height
button.style.backgroundColor = '#0074d9'; button.style.backgroundColor = '#0074d9';