remove unused code + add listeners for selectedTheme

This commit is contained in:
SethBurkart123
2024-05-03 12:04:28 +10:00
parent 9091b6d09d
commit 531a67aa8c
3 changed files with 1 additions and 14 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 KiB

-11
View File
@@ -1,11 +0,0 @@
import hacker from './themeCovers/hacker.jpeg'
const themes = [
{
name: "Hacker",
url: "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Themes/main/themes/hacker.json",
coverImage: <img className="object-cover object-center w-full h-full" src={hacker} />,
},
];
export default themes;