Rebrand: Character Sandbox → The Howling Whispers

This commit is contained in:
2026-06-30 17:04:39 +02:00
parent 2b5b7bb50c
commit db1e9a77d3
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function Navbar() {
return (
<nav className="navbar">
<div className="navbar-brand">
<Link to="/">Character Sandbox</Link>
<Link to="/">The Howling Whispers</Link>
</div>
<div className="navbar-links">
<Link to="/characters">Characters</Link>
+1 -1
View File
@@ -22,7 +22,7 @@ export default function Login() {
return (
<div className="auth-page">
<div className="auth-card">
<h1>Character Sandbox</h1>
<h1>The Howling Whispers</h1>
<h2>Sign In</h2>
{error && <div className="error-message">{error}</div>}
<form onSubmit={handleSubmit}>
+1 -1
View File
@@ -23,7 +23,7 @@ export default function Register() {
return (
<div className="auth-page">
<div className="auth-card">
<h1>Character Sandbox</h1>
<h1>The Howling Whispers</h1>
<h2>Create Account</h2>
{error && <div className="error-message">{error}</div>}
<form onSubmit={handleSubmit}>