From f8c84494ba98c3f33ed2346516d7ab8dbd776517 Mon Sep 17 00:00:00 2001 From: Seth Burkart Date: Fri, 15 Sep 2023 12:08:33 +1000 Subject: [PATCH] add about page --- interface/src/pages/About.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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

+
); };