From f76570f22b5fcb532c91f253dd9e14ccacf8b66a Mon Sep 17 00:00:00 2001 From: AKDev32 Date: Fri, 27 Jun 2025 15:49:05 +0530 Subject: [PATCH] fixes hover issue --- components/UI/Contact.jsx | 23 +++-- styles/contact.module.css | 11 ++- yarn.lock | 172 ++++++++++++++++++++++---------------- 3 files changed, 125 insertions(+), 81 deletions(-) diff --git a/components/UI/Contact.jsx b/components/UI/Contact.jsx index b8e699ec..42e96f6e 100644 --- a/components/UI/Contact.jsx +++ b/components/UI/Contact.jsx @@ -7,7 +7,12 @@ import Form from "./Form"; import axios from "axios"; import { useState } from "react"; import NewTwitterLogo from "./NewTwitterlogo"; -import { RiYoutubeFill, RiGithubFill, RiTwitterFill, RiLinkedinFill } from "react-icons/ri"; +import { + RiYoutubeFill, + RiGithubFill, + RiTwitterFill, + RiLinkedinFill, +} from "react-icons/ri"; const Contact = () => { const [submitted, setSubmitted] = useState(false); const handleSubmit = async (event) => { @@ -36,7 +41,6 @@ const Contact = () => { -

Connect with me

    @@ -53,7 +57,10 @@ const Contact = () => {

    - + piyushgarg.dev@gmail.com

    @@ -83,7 +90,6 @@ const Contact = () => { href="https://twitter.com/piyushgarg_dev" target="_blank" > - { ) : ( <> -
    +
    + +
    -
    +