Refactor code to improve performance and

readability
This commit is contained in:
SethBurkart123
2023-11-15 10:39:11 +11:00
parent daec227de7
commit 085cb343f2
3 changed files with 3 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

-6
View File
@@ -1,12 +1,6 @@
import test from './themeCovers/929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
import hacker from './themeCovers/hacker.jpeg'
const themes = [
{
name: "Dark",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/dark.json",
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
},
{
name: "Hacker",
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",