From 834e27810cb18d3fcf28fb13beacf848dde32168 Mon Sep 17 00:00:00 2001 From: ecwu Date: Wed, 25 Dec 2024 16:30:35 +0800 Subject: [PATCH] Replace VoicemailIcon with CircleStopIcon in WhisperButton during recording state --- src/components/WhisperButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/WhisperButton.tsx b/src/components/WhisperButton.tsx index 30a6c53..1bc838c 100644 --- a/src/components/WhisperButton.tsx +++ b/src/components/WhisperButton.tsx @@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button"; import { AudioWaveform, AudioWaveformIcon, + CircleStopIcon, MicIcon, VoicemailIcon, } from "lucide-react"; @@ -136,7 +137,7 @@ const WhisperButton = (props: { {isRecording === "Mic" ? ( ) : isRecording === "Recording" ? ( - + ) : ( )}