Skip to content

Commit

Permalink
style: audio tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Dec 13, 2024
1 parent 6e5e195 commit 6eff89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/playground/speech.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const Playground: React.FC = () => {
{
label: intl.formatMessage({ id: 'playground.audio.texttospeech' }),
value: TabsValueMap.Tab1,
icon: <AudioOutlined />
icon: <IconFont type={'icon-audio'}></IconFont>
},
{
label: intl.formatMessage({ id: 'playground.audio.speechtotext' }),
value: TabsValueMap.Tab2,
icon: <IconFont type={'icon-audio'}></IconFont>
icon: <AudioOutlined />
}
];

Expand Down

0 comments on commit 6eff89a

Please sign in to comment.