From 8ccbdd49e10594683e763b6eb884494ecdc3d5ff Mon Sep 17 00:00:00 2001 From: Andrew R <67220260+ar-cyber@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:44:11 +0930 Subject: [PATCH] fix: bad styling --- src/SEQTA.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 2eca4a2b..1692b6ca 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -368,11 +368,11 @@ export function OpenAboutPage() { let text = stringToHTML( /* html */ `
-

About

+

About

BetterSEQTA+ is a fork of BetterSEQTA which was originally developed by Nulkem, which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features.


-

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub.

-

Credits

+

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below).

+

Credits

Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph and SethBurkart123.

`,