chore: rename app from Solitaire Quest to Ferrous Solitaire
Build and Deploy / build-and-push (push) Successful in 4m55s
Build and Deploy / build-and-push (push) Successful in 4m55s
Replace all display-name occurrences across web pages, Rust source, docs, and Cargo metadata. Update localStorage token key from sq_token to fs_token. Tagline "Klondike Solitaire" retained as genre descriptor. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Solitaire Quest — Play</title>
|
||||
<title>Ferrous Solitaire — Play</title>
|
||||
<link rel="stylesheet" href="/web/game.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="hud-left">
|
||||
<a href="/" class="home-link" title="Home">←</a>
|
||||
<span class="logo">Solitaire Quest</span>
|
||||
<span class="logo">Ferrous Solitaire</span>
|
||||
<span id="hud-seed" class="muted"></span>
|
||||
</div>
|
||||
<div class="hud-center">
|
||||
|
||||
Reference in New Issue
Block a user