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:
Disco DeDisco
2026-05-08 15:49:58 -04:00
parent d58fd1db15
commit a319318740
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<div class="sea-modal">
<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>
</header>

View File

@@ -17,7 +17,7 @@
<div class="sky-modal">
<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>
</header>