diff --git a/web/src/app/_components/message-list-view.tsx b/web/src/app/_components/message-list-view.tsx index 6f41e6e..7f08bd7 100644 --- a/web/src/app/_components/message-list-view.tsx +++ b/web/src/app/_components/message-list-view.tsx @@ -4,7 +4,7 @@ import { LoadingOutlined } from "@ant-design/icons"; import { parse } from "best-effort-json-parser"; import { motion } from "framer-motion"; -import { Download, Podcast } from "lucide-react"; +import { Download, Headphones } from "lucide-react"; import { useCallback, useMemo, useState } from "react"; import { Button } from "~/components/ui/button"; @@ -380,7 +380,7 @@ function PodcastCard({
- {isGenerating ? : } + {isGenerating ? : } {isGenerating ? "Generating podcast..." @@ -397,7 +397,7 @@ function PodcastCard({ href={audioUrl} download={`${(title ?? "podcast").replaceAll(" ", "-")}.mp3`} > - +