Skip to content

Commit

Permalink
feat: extend paris banner (asyncapi#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Sep 24, 2024
1 parent 41b913e commit f384015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function shouldShowBanner(cfpDeadline: string) {
return true;
}

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

export const banners = [
Expand Down

0 comments on commit f384015

Please sign in to comment.