Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Oct 26, 2024
1 parent 9a838e1 commit 0d992bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions LongevityWorldCup.Website/wwwroot/onboarding/convergence.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ <h2>1. Character Creation</h2>

<!-- New WHY Field (Initially Hidden) -->
<div id="whyField" style="display: none;">
<label for="why">Your WHY:</label>
<textarea id="why" name="why" placeholder="What motivates you?" rows="5"></textarea>
<label for="why">What drives you forward?</label>
<textarea id="why" name="why" placeholder="He who has a why can bear any how" rows="5"></textarea>
</div>
</form>

Expand Down Expand Up @@ -323,10 +323,7 @@ <h2>1. Character Creation</h2>
document.getElementById('whyField').style.display = 'block';

// Update the text content for the "Why" section
document.querySelector('main p').innerHTML = `
<strong>What drives you forward?</strong> Uncover the core motivation that fuels your courage to stand against all odds.<br />
<em>Your 'Why' is the light that will guide you through the coming shadows.</em>
`;
document.querySelector('main p').innerHTML = `Your <em>'Why'</em> is the light that will guide you through the coming shadows.`;

// Change button text to "Submit" and adjust its behavior
this.textContent = 'Submit';
Expand Down

0 comments on commit 0d992bf

Please sign in to comment.