We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2047d18 commit 47762e8Copy full SHA for 47762e8
components/announcement.js
@@ -4,7 +4,9 @@ import Link from 'next/link';
4
export default function Announcement() {
5
return (
6
<Link href="/venue/Paris">
7
- <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>
+ <div className="cursor-pointer border text-white min-w-[300px] rounded-lg p-1 text-center text-lg transition-all duration-500 transform hover:scale-105 hover:shadow-lg hover:backdrop-blur-xl bg-transparent hover:bg-[linear-gradient(225deg,_#2DCCFD_9.35%,_#AD20E2_88.41%)]">
8
+ Join the AsyncAPI Conf in Paris!
9
+ </div>
10
</Link>
11
)
12
}
0 commit comments