Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-testing-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit-coder authored Nov 10, 2024
2 parents ef7ce7a + 5e8b0a1 commit f32726b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/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 href="/venue/Paris">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Join the AsyncAPI Conf in Paris!</div>
</Link>
)
}
2 changes: 1 addition & 1 deletion config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{
"name": "Paris",
"country": "France",
"date": "December 3-5, 2024",
"date": "December 5, 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",
Expand Down

0 comments on commit f32726b

Please sign in to comment.