Skip to content

Commit

Permalink
feat: add Singapore banner (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Jan 31, 2025
1 parent bca2a91 commit a778591
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export function shouldShowBanner(cfpDeadline: string) {
export const banners = [
{
title: 'AsyncAPI Conference',
city: 'Paris Edition',
dateLocation: '5th of December, 2024 | France, Paris',
cfaText: 'Get Your Free Ticket',
eventName: 'the AsyncAPI Conf in Paris',
cfpDeadline: '2024-12-01T06:00:00Z',
link: 'https://conference.asyncapi.com/#tickets'
city: 'Singapore Edition',
dateLocation: '15th - 16th of April, 2025 | Marina Bay, Singapore',
cfaText: 'Apply To Speak',
eventName: 'the end of Call for Speakers',
cfpDeadline: '2025-02-24T06:00:00Z',
link: 'https://apidays.typeform.com/apidayscfp?typeform-source=www.apidays.global'
}
];

0 comments on commit a778591

Please sign in to comment.