Skip to content

Commit

Permalink
Add a scale-up transition
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Apr 2, 2024
1 parent 991507a commit 32d1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WhatsAppButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MdOutlineWhatsapp } from "react-icons/md";

export const WhatsAppButton = () => {
return (
<div className="w-20 h-20 rounded-full bg-[#25D366] fixed z-10 bottom-10 right-10 ms:flex items-center justify-center hidden cursor-pointer">
<div className="w-20 h-20 rounded-full bg-[#25D366] fixed z-10 bottom-10 right-10 ms:flex items-center justify-center hidden cursor-pointer hover:scale-125 transition-all">
<Link href={'#'} className="text-white">
<MdOutlineWhatsapp size={55} />
</Link>
Expand Down

0 comments on commit 32d1799

Please sign in to comment.