mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Hide sponsors on boston site
This commit is contained in:
parent
cd0f6def1c
commit
4b66726f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
const contactLink = "mailto:boston@daydream.hackclub.com"
|
||||
|
||||
// Sponsors Configuration
|
||||
const sponsorsEnabled = true; // Set to false to hide the entire sponsors section
|
||||
const sponsorsEnabled = false; // 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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue