From a970ab2b3299dffc2e954aa8a4ca4eff4f557b9b Mon Sep 17 00:00:00 2001 From: Li Xin Date: Sun, 20 Apr 2025 21:55:23 +0800 Subject: [PATCH] feat: change icons --- web/src/app/_components/message-list-view.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`} > - +