Skip to content

Commit 4751a8b

Browse files
Himanshu ParmarthiHimanshu Parmarthi
authored andcommitted
Adding hover effect on get involved button
1 parent 035b782 commit 4751a8b

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 text-white text-lg font-semibold px-6 py-3 rounded-full hover:bg-red-600 hover:cursor-pointer transition-colors duration-300"
5858
onClick={handleGetInvolved}
5959
>
6060
Get Involved

0 commit comments

Comments
 (0)