Fix two lingering The Next Wave references (#834)

This commit is contained in:
Evan Simkowitz 2024-09-24 21:02:11 -07:00 committed by GitHub
parent cadf0d1ddc
commit 762075db5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ loadFonts();
(window as any).pushFlashError = pushFlashError;
(window as any).modalsModel = modalsModel;
document.title = `The Next Wave (${windowId.substring(0, 8)})`;
document.title = `Wave (${windowId.substring(0, 8)})`;
document.addEventListener("DOMContentLoaded", async () => {
console.log("DOMContentLoaded");

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Next Wave</title>
<title>Wave</title>
<link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css" />
<link rel="stylesheet" href="/fontawesome/css/brands.min.css" />
<link rel="stylesheet" href="/fontawesome/css/solid.min.css" />