Skip to content

Commit

Permalink
fix(example): realtime button title
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 8, 2024
1 parent ff751bb commit 6b6db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Transcribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default function App() {
}}
/>
<Button
title={stopTranscribe?.stop ? 'Stop' : 'Transcribe File'}
title={stopTranscribe?.stop ? 'Stop' : 'Realtime'}
style={[
stopTranscribe?.stop ? styles.buttonClear : null,
]}
Expand Down

0 comments on commit 6b6db48

Please sign in to comment.