mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
merge interface with main script
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import hacker from './themeCovers/hacker.jpeg'
|
||||
|
||||
const themes = [
|
||||
{
|
||||
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} />,
|
||||
},
|
||||
];
|
||||
|
||||
export default themes;
|
||||
Reference in New Issue
Block a user