From 587a416535c5c98915ad1b3a46e41bd304f6cada Mon Sep 17 00:00:00 2001 From: Robert Willemelis Date: Mon, 22 Jan 2024 22:32:54 +0100 Subject: [PATCH] feat: close application from for french workshop --- src/app/event.service.ts | 6 +++--- src/app/event/event.component.html | 4 ++-- src/types.d.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/event.service.ts b/src/app/event.service.ts index af950fc2..4bd32b1a 100644 --- a/src/app/event.service.ts +++ b/src/app/event.service.ts @@ -13,10 +13,10 @@ const events: Events = [ state: 'France', date: 'February 3, 2024', year: '2024', - applicationForm: 'https://docs.google.com/forms/d/e/1FAIpQLSc9gSruxOh0ZgtmgO_yFm7w1ZwRPR2jt1T5DAPa7WHHoiEkXg/viewform', + applicationForm: 'https://docs.google.com/forms/d/e/1FAIpQLSeBvSIsUBw2KvpEGFqu7QnCWwcFSKa7MnK49AHO9VFGlwoVuA/viewform?usp=sf_link', applicationButton: 'inscription participante', - mentorsForm: 'https://docs.google.com/forms/d/e/1FAIpQLSebfkegZQNaYIuWYTW-M3tIK0lapmiwx3DWoN3Ns6CP1nX_qg/viewform', - mentorsButton: 'inscription mentor', + // mentorsForm: 'https://docs.google.com/forms/d/e/1FAIpQLSeBvSIsUBw2KvpEGFqu7QnCWwcFSKa7MnK49AHO9VFGlwoVuA/viewform?usp=sf_link', + // mentorsButton: 'inscription mentor', announcement: `Nous avons le plaisir de vous annoncer notre prochain atelier ngGirls à Paris. Il sera porté par Angular Devs France pour la communauté locale! ngGirls @ Paris 2024 aura lieu le Samedi 3 Février de 9h à 17h à Paris. Pour plus de détails et vous inscrire: `, sponsors: [{ link: 'https://angulardevs.fr/', logo: 'assets/events/paris-2024/angular_devs_fr.webp' }] diff --git a/src/app/event/event.component.html b/src/app/event/event.component.html index 85cc8f18..2ac393ec 100644 --- a/src/app/event/event.component.html +++ b/src/app/event/event.component.html @@ -9,11 +9,11 @@

{{ event.city }}, {{event.state }}

- + - +
diff --git a/src/types.d.ts b/src/types.d.ts index cf6beb35..cb84cdf6 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -14,7 +14,7 @@ export type Event = { applicationForm: string; applicationButton?: string; mentorsButton?: string; - mentorsForm: string; + mentorsForm?: string; announcement: string; sponsors: Sponsor[]; }; \ No newline at end of file