From 9b8ed30d4e8d91644ec837f00eebcb1a268a66cf Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Tue, 25 Jun 2024 17:07:30 +1000 Subject: [PATCH] chore: add back about page to source --- src/interface/pages/SettingsPage/About.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/interface/pages/SettingsPage/About.tsx diff --git a/src/interface/pages/SettingsPage/About.tsx b/src/interface/pages/SettingsPage/About.tsx new file mode 100644 index 00000000..fa10af89 --- /dev/null +++ b/src/interface/pages/SettingsPage/About.tsx @@ -0,0 +1,19 @@ +const About = () => { + return ( +
+
+

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

+
+
+ ); +}; + +export default About; \ No newline at end of file