From d05a5b110cb2d0b22ca3dfdf0938663e1741b453 Mon Sep 17 00:00:00 2001 From: artheru Date: Wed, 10 Jun 2026 15:01:44 +0800 Subject: [PATCH] auth: clearer sign-in copy on the conversion gate (0.97.0) the join form used confusing labels at the exact moment a visitor commits: - the email field was labelled 'Guild handle email' (it is just an email) - the password field was 'Access sigil' - the login button was 'Enter Booth' (logging in does not go to the Booth) - the card eyebrow was 'OPEN BOOTH' (publisher-biased; you might sign in to browse) now: Email / Password, a clear 'Log in' button, and a neutral 'ONE ACCOUNT' eyebrow that reinforces the single sign-on. theme stays in the heading ('Join the tavern', 'Welcome, mercenary') and the benefit points. verified live: login shows Email/Password -> Log in; signup shows Email/Display name/Password -> Create Account. --- index.html | 2 +- package.json | 2 +- src/Auth.jsx | 6 +++--- src/Scene2D.jsx | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e541eb4..0f769c9 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ @media (prefers-reduced-motion: reduce) { .app-loading-gem { animation: none; transform: rotate(45deg); } } - + diff --git a/package.json b/package.json index 491af1f..ccfc2a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.96.0-herofit", + "version": "0.97.0-signin", "private": true, "type": "module", "scripts": { diff --git a/src/Auth.jsx b/src/Auth.jsx index b5568a6..4799392 100644 --- a/src/Auth.jsx +++ b/src/Auth.jsx @@ -44,7 +44,7 @@ export function AuthPanel({ auth, onDone }) { - )} -