diff --git a/src/components/Speakers/Speaker/SpeakerPopInContent.tsx b/src/components/Speakers/Speaker/SpeakerPopInContent.tsx index e986027..cebddd8 100644 --- a/src/components/Speakers/Speaker/SpeakerPopInContent.tsx +++ b/src/components/Speakers/Speaker/SpeakerPopInContent.tsx @@ -4,7 +4,7 @@ import Image from "next/image"; import Link from "next/link"; import { FaLinkedinIn } from "react-icons/fa"; import Typography from "@/components/Typography/Typography"; -import { PiCalendarPlus } from "react-icons/pi"; +/*import { PiCalendarPlus } from "react-icons/pi";*/ interface SpeakerPopInContentProps { speaker: SpeakerProps;