diff --git a/.eslintrc b/.eslintrc index ddab7e016ee..f77da8144e9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,7 +9,8 @@ "env": { "browser": true, "es2021": true, - "node": true + "node": true, + "jest": true }, "plugins": [ "react", @@ -313,4 +314,4 @@ } } ] -} \ No newline at end of file +} diff --git a/components/campaigns/banners.ts b/components/campaigns/banners.ts index 0620e6bdde9..7aad4527c83 100644 --- a/components/campaigns/banners.ts +++ b/components/campaigns/banners.ts @@ -17,12 +17,12 @@ export function shouldShowBanner(cfpDeadline: string) { export const banners = [ { - title: "AsyncAPI Online Conference'24", - city: 'YouTube', - dateLocation: '30th of October, 2024 | YouTube & LinkedIn', - cfaText: 'Join us Live', - eventName: 'the AsyncAPI Online Conference', - cfpDeadline: '2024-10-30T06:00:00Z', - link: 'https://www.youtube.com/live/F9wHxd-v2f0?si=kPCqgUzqAKC0FaqJ' + title: 'AsyncAPI Conference', + city: 'Paris Edition', + dateLocation: '5th of December, 2024 | France, Paris', + cfaText: 'Get Your Tickets', + eventName: 'the AsyncAPI Conf in Paris', + cfpDeadline: '2024-12-01T06:00:00Z', + link: 'https://conference.asyncapi.com/#tickets' } ];