Refine gameday and navbar UI

This commit is contained in:
Codex
2026-04-23 12:20:01 -05:00
parent c84dec2a0f
commit 6faf6f6dd5
5 changed files with 54 additions and 19 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<title>Walkup</title>
</head>
<body>
@@ -10,4 +11,3 @@
<script type="module" src="/src/main.tsx"></script>
</body>
</html>