sky/sea modal titles: PICK SKY/SEA → SKY/SEA SELECT (titles only — table-hex .btn-primary instances stay PICK SKY/SEA where SELECT wouldn't fit)
The in-room PICK SKY / PICK SEA overlay headers now read "SKY SELECT" / "SEA SELECT" — matches the SIG SELECT phase naming. The .btn-primary triggers in the table-hex (PICK<br>SIGS, PICK<br>SKY, PICK<br>SEA) keep their existing labels because the 4rem circular btn cap can't fit "SELECT" on a single line. No code-side renames (id_pick_sky_btn, etc. stay) — only the human-facing modal title text. 21-test sky/sea regression green. Code architected by Disco DeDisco <discodedisco@outlook.com> Git commit message Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<div class="sea-modal">
|
<div class="sea-modal">
|
||||||
|
|
||||||
<header class="sea-modal-header">
|
<header class="sea-modal-header">
|
||||||
<h2>PICK <span>SEA</span></h2>
|
<h2>SEA <span>SELECT</span></h2>
|
||||||
<p>Draw +6 cards to describe your character's influences and seed the map.</p>
|
<p>Draw +6 cards to describe your character's influences and seed the map.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<div class="sky-modal">
|
<div class="sky-modal">
|
||||||
|
|
||||||
<header class="sky-modal-header">
|
<header class="sky-modal-header">
|
||||||
<h2>PICK <span>SKY</span></h2>
|
<h2>SKY <span>SELECT</span></h2>
|
||||||
<p>Enter your birth details to generate your natal chart.</p>
|
<p>Enter your birth details to generate your natal chart.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user