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