diff --git a/src/lib/components/Hall.svelte b/src/lib/components/Hall.svelte
index cd4af8f..c1fed39 100644
--- a/src/lib/components/Hall.svelte
+++ b/src/lib/components/Hall.svelte
@@ -35,7 +35,7 @@
if (aboutOpen && !tally) api.tally().then((t) => (tally = t)).catch(() => (tally = null));
});
const hours = (minutes: number) => (minutes < 90 ? `${minutes} minutes` : `${Math.round(minutes / 60)} hours`);
- /** The other games of the Kestrel's Nest, for the about panel. */
+ /** The other games of Kestrel's Hall, for the about panel. */
let family = $state([]);
$effect(() => {
void otherGames('hnefatafl').then((g) => (family = g));
@@ -285,7 +285,7 @@
{/if}
{#if family.length}
- More games at the Kestrel's Nest
+ More games in Kestrel's Hall
{#each family as g (g.slug)}
- {g.name}: {g.pitch} {g.players} players; {g.origin}.
diff --git a/src/lib/family.ts b/src/lib/family.ts
index 719a5e9..b706a6b 100644
--- a/src/lib/family.ts
+++ b/src/lib/family.ts
@@ -1,4 +1,4 @@
-// The other games of the Kestrel's Nest, from the family list the kit keeps
+// The other games of Kestrel's Hall, from the family list the kit keeps
// (family.json, one copy shipped with every game), so a player who liked one
// table can find the next. This game is left out of its own list.
diff --git a/static/family.json b/static/family.json
index 1868b48..f9e6d33 100644
--- a/static/family.json
+++ b/static/family.json
@@ -1,5 +1,5 @@
{
- "family": "the Kestrel's Nest",
+ "family": "Kestrel's Hall",
"games": [
{
"slug": "wizwar",