Skip to content

Commit

Permalink
Update announcement.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Nov 5, 2024
1 parent 4fef261 commit 1e9c15c
Showing 1 changed file with 2 additions and 2 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>
)
}

0 comments on commit 1e9c15c

Please sign in to comment.