milwright commited on
Commit
138ffaa
·
1 Parent(s): 1505067

Fix continue button position to replace submit button location

Browse files

Repositioned Next Passage button to appear in Submit button's location
rather than after Show Hints button, maintaining consistent layout
where Show Hints stays in rightmost position.

Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -51,13 +51,13 @@
51
  <button type="button" id="submit-btn" class="typewriter-button">
52
  Submit
53
  </button>
 
 
 
54
  <div class="controls-divider"></div>
55
  <button type="button" id="hint-btn" class="typewriter-button">
56
  Show Hints
57
  </button>
58
- <button type="button" id="next-btn" class="typewriter-button hidden">
59
- Next Passage
60
- </button>
61
  </div>
62
  </div>
63
 
 
51
  <button type="button" id="submit-btn" class="typewriter-button">
52
  Submit
53
  </button>
54
+ <button type="button" id="next-btn" class="typewriter-button hidden">
55
+ Next Passage
56
+ </button>
57
  <div class="controls-divider"></div>
58
  <button type="button" id="hint-btn" class="typewriter-button">
59
  Show Hints
60
  </button>
 
 
 
61
  </div>
62
  </div>
63