From 0d992bf5b2830247879add434b75b8430aea5186 Mon Sep 17 00:00:00 2001 From: nopara73 Date: Sat, 26 Oct 2024 12:29:18 +0200 Subject: [PATCH] minor improvements --- .../wwwroot/onboarding/convergence.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/LongevityWorldCup.Website/wwwroot/onboarding/convergence.html b/LongevityWorldCup.Website/wwwroot/onboarding/convergence.html index 0e0a826..9407bf9 100644 --- a/LongevityWorldCup.Website/wwwroot/onboarding/convergence.html +++ b/LongevityWorldCup.Website/wwwroot/onboarding/convergence.html @@ -174,8 +174,8 @@

1. Character Creation

@@ -323,10 +323,7 @@

1. Character Creation

document.getElementById('whyField').style.display = 'block'; // Update the text content for the "Why" section - document.querySelector('main p').innerHTML = ` - What drives you forward? Uncover the core motivation that fuels your courage to stand against all odds.
- Your 'Why' is the light that will guide you through the coming shadows. - `; + document.querySelector('main p').innerHTML = `Your 'Why' is the light that will guide you through the coming shadows.`; // Change button text to "Submit" and adjust its behavior this.textContent = 'Submit';