Skip to content

Commit fb932b5

Browse files
committed
chore: update audio branding from Fish Audio S1 to S2
1 parent 96bf87b commit fb932b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio-transcript.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const AudioTranscript = ({ voices = [] }) => {
8585
<div className="grid grid-cols-3 items-center px-3 py-1.5 bg-muted border-b border-gray-200 dark:border-gray-800">
8686
<span className="text-xs font-medium">Listen to Page</span>
8787

88-
<span className="text-xs font-semibold text-muted-foreground text-center">Powered by Fish Audio S1</span>
88+
<span className="text-xs font-semibold text-muted-foreground text-center">Powered by Fish Audio S2</span>
8989

9090
{voices.length > 1 ? (
9191
<div className="relative justify-self-end" ref={dropdownRef}>

0 commit comments

Comments
 (0)