We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb887da commit 8b94380Copy full SHA for 8b94380
1 file changed
src/pages/index.js
@@ -853,7 +853,7 @@ if data_el is not None:
853
boxShadow: 1,
854
}}
855
>
856
- {isSpeakingLeft ? <StopIcon fontSize="small" /> : <PlayArrowIcon fontSize="small" />}
+ {isSpeakingLeft ? <StopIcon fontSize="small" /> : <VolumeUpIcon fontSize="small" />}
857
</IconButton>
858
</span>
859
</Tooltip>
@@ -906,7 +906,7 @@ if data_el is not None:
906
907
908
909
- {isSpeakingRight ? <StopIcon fontSize="small" /> : <PlayArrowIcon fontSize="small" />}
+ {isSpeakingRight ? <StopIcon fontSize="small" /> : <VolumeUpIcon fontSize="small" />}
910
911
912
0 commit comments