Skip to content

Commit

Permalink
Add WhatsApp link and the WhatsApp button shows in mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Oct 7, 2024
1 parent 32d1799 commit 9d0e857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WhatsAppButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 hover:scale-125 transition-all">
<Link href={'#'} className="text-white">
<div className="w-20 h-20 rounded-full bg-[#25D366] fixed z-10 bottom-10 right-10 flex items-center justify-center cursor-pointer hover:scale-125 transition-all">
<Link href={'https://wa.link/1rpg2h'} className="text-white">
<MdOutlineWhatsapp size={55} />
</Link>
</div>
Expand Down

0 comments on commit 9d0e857

Please sign in to comment.