Skip to content

Commit 16d1a03

Browse files
committed
Added hover effects to the 'GET INVOLVED' button
1 parent 035b782 commit 16d1a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Volunteer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Volunteer = () => {
5454
and learn from one another.
5555
</p>
5656
<button
57-
className="mt-6 bg-red-500 text-white text-lg font-semibold px-6 py-3 rounded-full hover:cursor-pointer"
57+
className="mt-6 bg-red-500 hover:bg-red-600 text-white text-lg font-semibold px-6 py-3 rounded-full cursor-pointer shadow-md transform transition-all duration-200 hover:scale-105 hover:shadow-lg"
5858
onClick={handleGetInvolved}
5959
>
6060
Get Involved

0 commit comments

Comments
 (0)