Hide sponsors on boston site

This commit is contained in:
Gus Ruben 2025-08-13 14:08:15 -04:00
parent cd0f6def1c
commit 4b66726f3e

View file

@ -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" },