Skip to content

Commit

Permalink
update-details-paris (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Jul 22, 2024
1 parent 6c6ab90 commit 2315a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link';
export default function Announcement() {
return (
<Link href="/venue/London">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg'>Call for Speakers London is now open!</div>
<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>
)
}
3 changes: 1 addition & 2 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
],
"ticket": false,
"isFree": true,
"ended": false,
"cfp": "https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx"
"ended": false
},
{
"name": "Paris",
Expand Down

0 comments on commit 2315a2e

Please sign in to comment.