diff --git a/src/app/data/hero_data.ts b/src/app/data/hero_data.ts index 83b80b4..2745f0e 100644 --- a/src/app/data/hero_data.ts +++ b/src/app/data/hero_data.ts @@ -5,5 +5,5 @@ export const hero_data: HeroInformation = { applicationsOpenTextButton: "Apunta’t ara!", applicationsLink: "https://hackersatupc.typeform.com/to/ZBm8aTTg", applicationsClosedTextButton: "Les inscripcions estan tancades", - applicationsOpen: true, + applicationsOpen: false, };