diff --git a/interface/src/pages/About.tsx b/interface/src/pages/About.tsx index ffeca441..7a996245 100644 --- a/interface/src/pages/About.tsx +++ b/interface/src/pages/About.tsx @@ -1,7 +1,7 @@ const About: React.FC = () => { 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!

diff --git a/interface/src/pages/Settings.tsx b/interface/src/pages/Settings.tsx index 3fc3605d..6841671d 100644 --- a/interface/src/pages/Settings.tsx +++ b/interface/src/pages/Settings.tsx @@ -63,7 +63,7 @@ const Settings: React.FC = () => { ]; return ( -
+
{settings.map((setting, index) => (
diff --git a/interface/src/pages/Shortcuts.tsx b/interface/src/pages/Shortcuts.tsx index ef5b1d6a..32a37f18 100644 --- a/interface/src/pages/Shortcuts.tsx +++ b/interface/src/pages/Shortcuts.tsx @@ -55,7 +55,7 @@ export default function Shortcuts() { }; return ( -
+
{isFormVisible ? (