From 515f3b2e907aee1b4dab9922c88f57d629857e17 Mon Sep 17 00:00:00 2001
From: Bingus_Violet
Date: Sat, 27 Jan 2024 12:53:56 -0600
Subject: [PATCH] Fix meta?
---
index.js | 1 +
resources/mainPage.html | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/index.js b/index.js
index 95aa54b..9658f56 100644
--- a/index.js
+++ b/index.js
@@ -128,6 +128,7 @@ function pageUpdate() {
}
addedHTML += ' '
}
+ addedHTML.trimEnd()
addedHTML += `"`
}
addedHTML += ` - ${lanyardData.discord_user.display_name} ${new Date(Date.now()).getFullYear()}
`
diff --git a/resources/mainPage.html b/resources/mainPage.html
index 782f12c..36af48f 100644
--- a/resources/mainPage.html
+++ b/resources/mainPage.html
@@ -12,9 +12,7 @@
-
+