unbreak homepage

This commit is contained in:
MathMan05
2025-10-12 21:21:18 -05:00
parent c054c7ee09
commit cb1938b97c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -36,9 +36,9 @@ const serverbox = document.getElementById("instancebox") as HTMLDivElement;
box5description &&
blog
) {
blog.textContent = I18n.blog.blog();
box5title.textContent = I18n.blog.fermi();
box5description.textContent = I18n.blog.desc();
blog.textContent = I18n.blogpage.blog();
box5title.textContent = I18n.blogpage.fermi();
box5description.textContent = I18n.blogpage.desc();
openClient.textContent = I18n.getTranslation("htmlPages.openClient");
welcomeJank.textContent = I18n.getTranslation("htmlPages.welcomeJank");
+1 -1
View File
@@ -31,7 +31,7 @@
"composer": "Composer: $1",
"length": "Length: $1 minutes and $2 seconds"
},
"blog": {
"blogpage": {
"blog": "Blog",
"fermi": "Fermi Blog",
"desc": "Read or subscribe to the blog for updates on Fermi!"