Skip to content

Commit

Permalink
Display "Puzzle" number rather than "Scramble" number.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 24, 2023
1 parent 05226fa commit e4e1a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/elements/CompetitorScrambleDisplay.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<multi-blind-grid-display hidden></multi-blind-grid-display>
<div class="multi" hidden>
<button class="previous" disabled>⬅️ Previous</button>
<div>Scramble <span class="current-sub-scramble-num">1</span>/<span class="total-sub-scramble-num">?</span></div>
<div>Puzzle <span class="current-sub-scramble-num">1</span>/<span class="total-sub-scramble-num">?</span></div>
<button class="next">Next ➡️</button>
<button class="all">Show All</button>
</div>
Expand Down

0 comments on commit e4e1a05

Please sign in to comment.