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" ? ( - + ) : ( )}