mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 22:05:07 +00:00
jukebox sponsor
This commit is contained in:
parent
bc42267bf2
commit
d000b0e8db
1 changed files with 2 additions and 8 deletions
|
|
@ -15,15 +15,9 @@
|
|||
const contactLink = "mailto:barranquilla@daydream.hackclub.com"
|
||||
|
||||
// Sponsors Configuration
|
||||
const sponsorsEnabled = false; // Set to false to hide the entire sponsors section
|
||||
const sponsorsEnabled = true; // Set to false to hide the entire sponsors section
|
||||
const sponsors = [
|
||||
{ image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" },
|
||||
{ image: "/example/logo2.png", name: "Sponsor 2", url: "https://example2.com" },
|
||||
{ image: "/example/logo3.png", name: "Sponsor 3", url: "https://example3.com" },
|
||||
{ image: "/example/logo4.png", name: "Sponsor 4", url: "https://example4.com" },
|
||||
{ image: "/example/logo5.png", name: "Sponsor 5", url: "https://example5.com" },
|
||||
{ image: "/example/logo6.png", name: "Sponsor 6", url: "https://example6.com" },
|
||||
{ image: "/example/logo7.png", name: "Sponsor 7", url: "https://example7.com" }
|
||||
{ image: "https://storage.jukeboxprint.com/s/images/jukebox-meta-im.png", name: "Jukebox Print", url: "https://jukeboxprint.com/custom-stickers" },
|
||||
];
|
||||
|
||||
// Schedule Configuration - You don't need to use this exact schedule, this is just an example!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue