work on image and video backgrounds! Not laggy anymore with large files

This commit is contained in:
SethBurkart123
2023-10-17 10:02:26 +11:00
parent 8634177e0f
commit 115a8bb83a
12 changed files with 192 additions and 104 deletions
+4 -4
View File
@@ -6,8 +6,8 @@ import logoDark from './assets/betterseqta-light-full.png';
import Shortcuts from './pages/Shortcuts';
import { useSettingsContext } from './SettingsContext';
import Picker from './components/Picker';
//import Themes from './pages/Themes';
import About from './pages/About';
import Themes from './pages/Themes';
//import About from './pages/About';
//import About from './pages/About';
const App: React.FC = () => {
@@ -32,8 +32,8 @@ const App: React.FC = () => {
content: <Shortcuts />
},
{
title: 'About',
content: <About />
title: 'Themes',
content: <Themes />
}
];