From 94a30bc4c7ed9f40bb10eede9cb607386f0ef44d Mon Sep 17 00:00:00 2001
From: VariableVince <24507472+VariableVince@users.noreply.github.com>
Date: Fri, 17 Oct 2025 23:24:29 +0200
Subject: [PATCH] Add Reddit link to footer on homepage (#2223)
## Description:
Add Reddit link to the footer on the homepage. Left of _Join the
Discord!_ and to the right of _Wiki_.
Before:
After:
## 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:
tryout33
---
resources/lang/en.json | 3 ++-
src/client/index.html | 15 +++++++++++----
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/resources/lang/en.json b/resources/lang/en.json
index a8a130767..85bbae256 100644
--- a/resources/lang/en.json
+++ b/resources/lang/en.json
@@ -34,7 +34,8 @@
"advertise": "Advertise",
"wiki": "Wiki",
"privacy_policy": "Privacy Policy",
- "terms_of_service": "Terms of Service"
+ "terms_of_service": "Terms of Service",
+ "reddit": "Reddit"
},
"news": {
"see_all_releases": "See all releases",
diff --git a/src/client/index.html b/src/client/index.html
index e5f75fe93..f103179ed 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -312,9 +312,9 @@