diff --git a/components/ContactFloat.js b/components/ContactFloat.js index 19b740a..a3237bc 100644 --- a/components/ContactFloat.js +++ b/components/ContactFloat.js @@ -21,7 +21,7 @@ export default function ContactFloat() { }, { action: () => setShowChat(true), - src: "/assets/images/icons/chat.png", + src: "/assets/images/chat.png", label: "Chat", }, ]; @@ -35,16 +35,17 @@ export default function ContactFloat() { className="extra-icons-wrapper" style={{ position: "absolute", - bottom: "71px", - right: "-80", - background: "#fff", - borderRadius: "30px 30px 0 0", - boxShadow: "0 4px 12px rgba(0,0,0,0.2)", + bottom: "11px", + background: "rgb(255, 255, 255)", + borderRadius: "30px 30px 35px 35px", + boxShadow: "0px 4px 12px rgba(0, 0, 0, 0.2)", padding: "10px", display: "flex", flexDirection: "column", gap: "15px", alignItems: "center", + paddingBottom: "67px", + left: "-5px", }} > {extraIcons.map((icon, i) => @@ -119,7 +120,7 @@ export default function ContactFloat() { Contact Social