Skip to content

Commit

Permalink
add hover effect on Join the AsyncAPI Conf in Paris! button
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan authored and Rohan committed Jan 9, 2025
1 parent 960583f commit fb4ff92
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'>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-300 transform hover:scale-105 hover:shadow-lg hover:bg-white hover:text-black'>Join the AsyncAPI Conf in Paris!</div>
</Link>
)
}

0 comments on commit fb4ff92

Please sign in to comment.