Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 30, 2025
1 parent 7f63517 commit 544f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Speakers/Speaker/SpeakerPopInContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 544f66b

Please sign in to comment.