diff --git a/interface/src/pages/About.tsx b/interface/src/pages/About.tsx index 53197a2a..ffeca441 100644 --- a/interface/src/pages/About.tsx +++ b/interface/src/pages/About.tsx @@ -1,8 +1,18 @@ const About: React.FC = () => { return ( -
-

About

+
+
+

About

+

BetterSEQTA+ is a branch of BetterSEQTA which was originally developed by Nulkem. It was discontinued. So BetterSEQTA+ has come in to fill in that gap!

+

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

+
+
+

Credits

+

Nulkem for the original extension, OG-RandomTechChannel, Crazypersonalph, and the current maintainer SethBurkart123

+
); };