diff --git a/src/components/EventPageClient.tsx b/src/components/EventPageClient.tsx index 425b0e9..81902ea 100644 --- a/src/components/EventPageClient.tsx +++ b/src/components/EventPageClient.tsx @@ -13,11 +13,12 @@ import { useKindeBrowserClient } from "@kinde-oss/kinde-auth-nextjs"; import { TwitterShareButton, - TwitterIcon, WhatsappShareButton, WhatsappIcon, } from "react-share"; +import { FaSquareXTwitter } from "react-icons/fa6"; + const EventPageClient = ({ eventsId }: { eventsId: string }) => { const router = useRouter(); const { isAuthenticated } = useKindeBrowserClient(); @@ -265,7 +266,7 @@ const EventPageClient = ({ eventsId }: { eventsId: string }) => {
{/* Twitter Share Button */} - + {/* WhatsApp Share Button */} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index abd5629..3b8ad50 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,6 @@ import Link from "next/link"; -import { IoLogoTwitter, IoLogoGithub, IoLogoLinkedin } from "react-icons/io5"; +import { IoLogoGithub, IoLogoLinkedin } from "react-icons/io5"; +import { FaXTwitter } from "react-icons/fa6"; import React from "react"; const Footer: React.FC = () => { @@ -17,7 +18,7 @@ const Footer: React.FC = () => { target="_blank" className="transition hover:scale-110 hover:text-blue-500" > - +