fix: update whats new page to accomodate new changes

This commit is contained in:
Andrew R
2024-09-11 01:13:32 +00:00
parent b4ca961392
commit e8c0f075ec
+3
View File
@@ -154,6 +154,9 @@ export function OpenWhatsNewPopup() {
let text = stringToHTML( let text = stringToHTML(
/* html */ ` /* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<h1>3.3.2 - Svelte Change
<li>Moved the settings page to svelte for better performance!</li>
<li>Added the about button back!</li>
<h1>3.3.1 - Hot Fix</h1> <h1>3.3.1 - Hot Fix</h1>
<li>Fixed assessments not loading when no notices are available</li> <li>Fixed assessments not loading when no notices are available</li>