From 8d85689a9251c386c84c16ef299ece495f510e0b Mon Sep 17 00:00:00 2001 From: Shmuela Jacobs Date: Sun, 13 Aug 2023 18:38:29 +0300 Subject: [PATCH] NG Poland add mentors form --- src/app/event.service.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/event.service.ts b/src/app/event.service.ts index ef17cf4b..a36ebba1 100644 --- a/src/app/event.service.ts +++ b/src/app/event.service.ts @@ -5,18 +5,18 @@ import { map } from 'rxjs/operators'; const events = [ { id: 'warsaw-2023', - title: 'ngGirls @ NG-Poland', + title: 'ngGirls @ NG Poland', location: 'Warsaw', city: 'Warsaw', state: 'Poland', date: 'November 5', year: '2023', applicationForm: 'https://forms.gle/woPmCW9PVfSzZrZk8', - mentorsForm: '', - announcement: `NG-Poland Conf has been hosting ngGirls workshops for many years. + mentorsForm: 'https://forms.gle/uYoju5H5iMZhNXxs8', + announcement: `NG Poland Conf has been hosting ngGirls workshops for many years. Feeling like family, we're happy to come back to Warsaw for the wonderful community, where the participants are enthusiastic and the mentors are so committed.
-ngGirls @ NG-Poland will take place on Sunday, November 5th, from 10:00-17:00. For more details and application: `, +ngGirls @ NG Poland will take place on Sunday, November 5th, from 10:00-17:00. For more details and application: `, sponsors: [{ link: 'http://ng-poland.pl/', logo: 'assets/events/ngpoland-2022/ngPoland.png' }] } ];