fix: flashing news sidebar button #303

This commit is contained in:
SethBurkart123
2025-06-06 12:40:24 +10:00
parent 72f7eeb935
commit ff01b44ead
+1 -1
View File
@@ -9,7 +9,7 @@ import { animate, stagger } from "motion";
export async function SendNewsPage() { export async function SendNewsPage() {
console.info("[BetterSEQTA+] Started Loading News Page"); console.info("[BetterSEQTA+] Started Loading News Page");
document.title = "News ― SEQTA Learn"; document.title = "News ― SEQTA Learn";
await delay(100); await delay(10);
const element = document.querySelector("[data-key=news]"); const element = document.querySelector("[data-key=news]");
element!.classList.add("active"); element!.classList.add("active");