Skip to content

Commit 8b94380

Browse files
committed
fix: change speak icon
1 parent cb887da commit 8b94380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ if data_el is not None:
853853
boxShadow: 1,
854854
}}
855855
>
856-
{isSpeakingLeft ? <StopIcon fontSize="small" /> : <PlayArrowIcon fontSize="small" />}
856+
{isSpeakingLeft ? <StopIcon fontSize="small" /> : <VolumeUpIcon fontSize="small" />}
857857
</IconButton>
858858
</span>
859859
</Tooltip>
@@ -906,7 +906,7 @@ if data_el is not None:
906906
boxShadow: 1,
907907
}}
908908
>
909-
{isSpeakingRight ? <StopIcon fontSize="small" /> : <PlayArrowIcon fontSize="small" />}
909+
{isSpeakingRight ? <StopIcon fontSize="small" /> : <VolumeUpIcon fontSize="small" />}
910910
</IconButton>
911911
</span>
912912
</Tooltip>

0 commit comments

Comments
 (0)