From 73a1f647f0de10085662e4b3912e6500908877e6 Mon Sep 17 00:00:00 2001 From: Telkens Date: Wed, 27 Nov 2024 08:19:11 -0500 Subject: [PATCH] Fix button size --- src/components/WhatsAppButton/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WhatsAppButton/index.tsx b/src/components/WhatsAppButton/index.tsx index c65d5d2..747adbe 100644 --- a/src/components/WhatsAppButton/index.tsx +++ b/src/components/WhatsAppButton/index.tsx @@ -3,9 +3,9 @@ import { MdOutlineWhatsapp } from "react-icons/md"; export const WhatsAppButton = () => { return ( -
+
- +
);