Skip to content

Commit

Permalink
feat: add the required visual changes to the Join AsyncAPI conf in Pa…
Browse files Browse the repository at this point in the history
…ris button (#512)
  • Loading branch information
Rohan authored and Rohan committed Jan 15, 2025
1 parent c5a11d5 commit 2047d18
Showing 1 changed file with 1 addition and 1 deletion.
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/Paris">
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg transition-all duration-350 transform hover:scale-105 hover:shadow-lg hover:bg-white hover:text-black'>Join the AsyncAPI Conf in Paris!</div>
<div className='cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg transition-all duration-350 transform hover:scale-105 hover:shadow-lg hover:backdrop-blur-xl'>Join the AsyncAPI Conf in Paris!</div>
</Link>
)
}

0 comments on commit 2047d18

Please sign in to comment.