mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat: prep for mc popup
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import stringToHTML from "../stringToHTML";
|
import stringToHTML from "../stringToHTML";
|
||||||
import browser from "webextension-polyfill";
|
|
||||||
import { settingsState } from "../listeners/SettingsState";
|
import { settingsState } from "../listeners/SettingsState";
|
||||||
import { animate, stagger } from "motion";
|
import { animate, stagger } from "motion";
|
||||||
import { DeleteWhatsNew } from "../Whatsnew";
|
import { DeleteWhatsNew } from "../Whatsnew";
|
||||||
@@ -16,7 +15,7 @@ export function OpenAboutPage() {
|
|||||||
/* html */
|
/* html */
|
||||||
`<div class="whatsnewHeader">
|
`<div class="whatsnewHeader">
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
<p>BetterSEQTA+ V${browser.runtime.getManifest().version}</p>
|
<p>About the extension</p>
|
||||||
</div>`,
|
</div>`,
|
||||||
).firstChild;
|
).firstChild;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user