rename page title and nav to 40K Rankings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 19:03:32 -05:00
co-authored by Claude Sonnet 4.6
parent f733255e07
commit 0cede20a00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gateway Gamers — 40K ITC Standings</title>
<title>Gateway Gamers — 40K Rankings</title>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body class="min-h-screen flex flex-col">
@@ -15,7 +15,7 @@
<!-- Page heading + live status + refresh -->
<div class="flex items-start justify-between mb-6 flex-wrap gap-4">
<div>
<h1 class="text-4xl font-bold uppercase tracking-wide">ITC Standings</h1>
<h1 class="text-4xl font-bold uppercase tracking-wide">40K Rankings</h1>
<p class="text-sm opacity-50 uppercase tracking-widest mt-1">Warhammer 40,000 · ITC Standings</p>
</div>
<div class="flex items-center gap-3 pt-1">
+2 -2
View File
@@ -28,7 +28,7 @@
<div class="navbar bg-base-200 px-4 min-h-0 py-2">
<div class="navbar-center hidden lg:flex flex-1 justify-center">
<ul class="menu menu-horizontal px-1 gap-1">
<li><a href="/index.html">ITC Standings</a></li>
<li><a href="/index.html">40K Rankings</a></li>
</ul>
</div>
<div class="navbar-end gap-2 ml-auto">
@@ -48,7 +48,7 @@
</svg>
</label>
<ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-200 rounded-box w-52">
<li><a href="/index.html">ITC Standings</a></li>
<li><a href="/index.html">40K Rankings</a></li>
</ul>
</div>
</div>