Release v0.1.14 2026-07-13

This commit is contained in:
Warren H
2026-07-13 23:19:40 -04:00
parent 4b31480bec
commit de7b59ce77
9 changed files with 222 additions and 20 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ function PhaseOverlay() {
<span>{eyebrow}</span>
<h1>{title}</h1>
<p>{copy}</p>
<small>{phase === "briefing" ? "Begin from lower display" : showEndlessChoice ? "Choose Continue or Quit on lower display" : "Restart from lower display"}</small>
<small>{phase === "briefing" ? "Begin from lower display" : showEndlessChoice ? "Choose Endless Mode or Quit on lower display" : "Restart from lower display"}</small>
</div>
);
}