Merge pull request #96 from MEGA-Dawg68/main

Better wording
This commit is contained in:
Seth Burkart
2024-02-29 15:45:12 +11:00
committed by GitHub
+1 -1
View File
@@ -149,7 +149,7 @@ export function OpenWhatsNewPopup() {
textcontainer.classList.add('whatsnewTextContainer') textcontainer.classList.add('whatsnewTextContainer')
let textheader: any = stringToHTML( let textheader: any = stringToHTML(
'<h1 class="whatsnewTextHeader">DESIGN OVERHAUL</h1>', '<h1 class="whatsnewTextHeader">RECENT UPDATES</h1>',
).firstChild ).firstChild
textcontainer.append(textheader) textcontainer.append(textheader)