mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
minor design imporvements
This commit is contained in:
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 591 KiB |
@@ -1,4 +1,5 @@
|
||||
import test from './929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
|
||||
import test from './themeCovers/929098bd-40b9-46a5-bd6f-8b9e7d5e648b.webp';
|
||||
import hacker from './themeCovers/hacker.jpeg'
|
||||
|
||||
const themes = [
|
||||
{
|
||||
@@ -7,9 +8,9 @@ const themes = [
|
||||
coverImage: <img className="object-cover object-center w-full h-full" src={test} />,
|
||||
},
|
||||
{
|
||||
name: "Light",
|
||||
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/light.json",
|
||||
coverImage: <img />,
|
||||
name: "Hacker",
|
||||
url: "https://raw.githubusercontent.com/SethBurkart123/BetterSEQTA-Themes/main/themes/hacker.json",
|
||||
coverImage: <img className="object-cover object-center w-full h-full" src={hacker} />,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user