Skip to content

Commit

Permalink
Update banners.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Oct 21, 2024
1 parent 3a8f69a commit 5a40ab8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ function shouldShowBanner(cfpDeadline: string) {
return true;
}

const cfpDeadlineParis = '2024-10-12T06:00:00Z';
const cfpDeadlineParis = '2024-10-30T06:00:00Z';
const showBannerParis = shouldShowBanner(cfpDeadlineParis);

export const banners = [
{
title: "AsyncAPI Conf on Tour'24",
city: 'Paris',
dateLocation: '3rd - 5th of December, 2024 | France, Paris',
cfaText: 'Apply To Speak',
eventName: 'the end of Call for Speakers',
title: "AsyncAPI Online Conference 2024",
city: 'YouTube',
dateLocation: '30th of October, 2024 | YouTube & LinkedIn',
cfaText: 'Join us for the AsyncAPI Online Conference',
eventName: 'Live on YouTube & LinkedIn',
cfpDeadline: cfpDeadlineParis,
link: 'https://conference.asyncapi.com/venue/Paris',
link: 'https://www.youtube.com/live/F9wHxd-v2f0?si=kPCqgUzqAKC0FaqJ',
show: showBannerParis
}
];

0 comments on commit 5a40ab8

Please sign in to comment.