Skip to content

Commit 47762e8

Browse files
RohanRohan
Rohan
authored and
Rohan
committed
style: add the requested changes
1 parent 2047d18 commit 47762e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/announcement.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import Link from 'next/link';
44
export default function Announcement() {
55
return (
66
<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>
7+
<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>
810
</Link>
911
)
1012
}

0 commit comments

Comments
 (0)