Improve dice rolls.

This commit is contained in:
Greyson Parrelli
2026-07-23 10:26:15 -04:00
parent 44f8bcfcab
commit 7bb20e5d2d
6 changed files with 173 additions and 184 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export function Home({ onSession }: { onSession: (s: Session) => void }) {
<input
value={name}
maxLength={20}
placeholder="e.g. Greyson"
placeholder="Enter your name"
onChange={(e) => setName(e.target.value)}
/>
</label>