We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cafb0 commit fd25b86Copy full SHA for fd25b86
audio-transcript.jsx
@@ -85,7 +85,7 @@ export const AudioTranscript = ({ voices = [] }) => {
85
<div className="grid grid-cols-3 items-center px-3 py-1.5 bg-muted border-b border-gray-200 dark:border-gray-800">
86
<span className="text-xs font-medium">Listen to Page</span>
87
88
- <span className="text-xs font-semibold text-muted-foreground text-center">Powered by Fish Audio S1</span>
+ <span className="text-xs font-semibold text-muted-foreground text-center">Powered by Fish Audio S2</span>
89
90
{voices.length > 1 ? (
91
<div className="relative justify-self-end" ref={dropdownRef}>
0 commit comments