Update SEQTA.ts

This commit is contained in:
MEGA_Dawg68
2024-02-29 12:26:50 +08:00
committed by GitHub
parent 09adae5d05
commit fde176f083
+1 -1
View File
@@ -149,7 +149,7 @@ export function OpenWhatsNewPopup() {
textcontainer.classList.add('whatsnewTextContainer')
let textheader: any = stringToHTML(
'<h1 class="whatsnewTextHeader">DESIGN OVERHAUL</h1>',
'<h1 class="whatsnewTextHeader">RECENT UPDATES</h1>',
).firstChild
textcontainer.append(textheader)