Developing: Custom backgrounds

This commit is contained in:
SethBurkart123
2023-10-08 07:44:26 +11:00
parent 6cd1e59fa7
commit 44025ecfa0
12 changed files with 465 additions and 638 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ import Settings from './pages/Settings';
import logo from './assets/betterseqta-dark-full.png';
import logoDark from './assets/betterseqta-light-full.png';
import Shortcuts from './pages/Shortcuts';
import About from './pages/About';
import { useSettingsContext } from './SettingsContext';
import Picker from './components/Picker';
import Themes from './pages/Themes';
const App: React.FC = () => {
@@ -30,8 +30,8 @@ const App: React.FC = () => {
content: <Shortcuts />
},
{
title: 'About',
content: <About />
title: 'Themes',
content: <Themes />
}
];