From 06566d3ff4eac582d1628e34dc0b14d6f79e994f Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:28:00 +0200 Subject: [PATCH] feat: remove paris cfp (#413) --- components/announcement.js | 4 ++-- config/city-lists.json | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/announcement.js b/components/announcement.js index c618ee0c..ef5387aa 100644 --- a/components/announcement.js +++ b/components/announcement.js @@ -3,8 +3,8 @@ import Link from 'next/link'; export default function Announcement() { return ( - -
Call for Speakers for Paris is now open!
+ +
Join the AsyncAPI Online Edition!
) } diff --git a/config/city-lists.json b/config/city-lists.json index 9f874858..54a41f63 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -52,7 +52,7 @@ "name": "Paris", "country": "France", "date": "December 3-5, 2024", - "cfpdate":"October 12, 2024", + "cfpdate":"Not announced yet", "description": "Join us at apidays Paris for the AsyncAPI Conference and experience the art of API perfection! Let's craft a symphony of messaging and celebrate tech in style!", "img": "https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExd24yenR4djEyZzRoeDA0ZmEyb3Y1c2F4NWVmbG13NmZwYWNhZzdnNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Tuy3QxNZF1cxG/giphy.gif", "address": "CNIT (Centre des Nouvelles Industries et Technologies), Paris 2 Place de la Défense, 92092 Puteaux", @@ -62,7 +62,6 @@ ], "ticket": false, "isFree": true, - "ended": false, - "cfp": "https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx" + "ended": true } ]