feat: prep for mc popup

This commit is contained in:
Jones8683
2025-08-01 14:47:51 +09:30
parent f3029d6d9a
commit 4f38a28d9c
+1 -2
View File
@@ -1,5 +1,4 @@
import stringToHTML from "../stringToHTML";
import browser from "webextension-polyfill";
import { settingsState } from "../listeners/SettingsState";
import { animate, stagger } from "motion";
import { DeleteWhatsNew } from "../Whatsnew";
@@ -16,7 +15,7 @@ export function OpenAboutPage() {
/* html */
`<div class="whatsnewHeader">
<h1>About</h1>
<p>BetterSEQTA+ V${browser.runtime.getManifest().version}</p>
<p>About the extension</p>
</div>`,
).firstChild;