mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: flashing news sidebar button #303
This commit is contained in:
@@ -9,7 +9,7 @@ import { animate, stagger } from "motion";
|
||||
export async function SendNewsPage() {
|
||||
console.info("[BetterSEQTA+] Started Loading News Page");
|
||||
document.title = "News ― SEQTA Learn";
|
||||
await delay(100);
|
||||
await delay(10);
|
||||
|
||||
const element = document.querySelector("[data-key=news]");
|
||||
element!.classList.add("active");
|
||||
|
||||
Reference in New Issue
Block a user