From 0b651b69413c8d3a29166ae11d4ca4cba30efe33 Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 21 Nov 2025 20:22:17 -0800 Subject: [PATCH] Update copyright notice & footer (#2496) ## Description: * Update copyright notice to "OpenFront and Contributors" * remove the "how to play" on the footer, since that will be moved to the death screen. * Removed css and used tailwind instead for better mobile support Describe the PR. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: evan --- resources/lang/en.json | 4 +-- src/client/GameStartingModal.ts | 4 +-- src/client/index.html | 42 +++++++++++++++-------------- src/client/styles.css | 1 - src/client/styles/layout/footer.css | 24 ----------------- 5 files changed, 25 insertions(+), 50 deletions(-) delete mode 100644 src/client/styles/layout/footer.css diff --git a/resources/lang/en.json b/resources/lang/en.json index 77e6b24b5..691f188ea 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -21,7 +21,7 @@ }, "main": { "title": "OpenFront (ALPHA)", - "join_discord": "Join the Discord!", + "join_discord": "Discord", "login_discord": "Login with Discord", "checking_login": "Checking login...", "logged_in": "Logged in!", @@ -30,8 +30,6 @@ "join_lobby": "Join Lobby", "single_player": "Single Player", "instructions": "Instructions", - "how_to_play": "How to Play", - "advertise": "Advertise", "wiki": "Wiki", "privacy_policy": "Privacy Policy", "terms_of_service": "Terms of Service", diff --git a/src/client/GameStartingModal.ts b/src/client/GameStartingModal.ts index 4e11778a3..be7827c15 100644 --- a/src/client/GameStartingModal.ts +++ b/src/client/GameStartingModal.ts @@ -93,7 +93,7 @@ export class GameStartingModal extends LitElement { } .copyright { - font-size: 32px; + font-size: 20px; margin-top: 20px; margin-bottom: 10px; opacity: 1; @@ -118,7 +118,7 @@ export class GameStartingModal extends LitElement { render() { return html`