diff --git a/enjoy/src/renderer/components/recordings/recording-card.tsx b/enjoy/src/renderer/components/recordings/recording-card.tsx index d6d067f3..d910cd57 100644 --- a/enjoy/src/renderer/components/recordings/recording-card.tsx +++ b/enjoy/src/renderer/components/recordings/recording-card.tsx @@ -19,10 +19,10 @@ import { useToast, } from "@renderer/components/ui"; import { - ChevronDownIcon, + MoreHorizontalIcon, Trash2Icon, - InfoIcon, Share2Icon, + GaugeCircleIcon, } from "lucide-react"; import { formatDateTime, secondsToTimestamp } from "@renderer/lib/utils"; import { t } from "i18next"; @@ -91,12 +91,15 @@ export const RecordingCard = (props: {