Removed recent update text

This commit is contained in:
MEGA_Dawg68
2024-03-11 17:22:01 +08:00
parent de4bcb0528
commit 83bd19bedd
-5
View File
@@ -148,11 +148,6 @@ export function OpenWhatsNewPopup() {
let textcontainer = document.createElement('div') let textcontainer = document.createElement('div')
textcontainer.classList.add('whatsnewTextContainer') textcontainer.classList.add('whatsnewTextContainer')
let textheader: any = stringToHTML(
'<h1 class="whatsnewTextHeader">RECENT UPDATES</h1>',
).firstChild
textcontainer.append(textheader)
let text = stringToHTML( let text = stringToHTML(
String.raw` String.raw`
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">