Skip to content

Commit

Permalink
feat: remove paris cfp (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Oct 14, 2024
1 parent cc5c6aa commit 06566d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Link from 'next/link';

export default function Announcement() {
return (
<Link href="/venue/Paris">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Call for Speakers for Paris is now open!</div>
<Link href="/venue/Online">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Join the AsyncAPI Online Edition!</div>
</Link>
)
}
5 changes: 2 additions & 3 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
]

0 comments on commit 06566d3

Please sign in to comment.