Update FooterControls.tsx

This commit is contained in:
talksik
2022-06-25 12:23:12 -05:00
parent 6f8766cc22
commit 4556578a20
+1 -1
View File
@@ -262,7 +262,7 @@ function OverlayConversation({
<>
<Divider orientation="horizontal" flexItem />
{/* todo: not speaking mode, speaking mode, locked in mode */}
<Tooltip title="pinned">
<Tooltip title={isPriority ? 'zapped' : 'un-zapped'}>
<IconButton
sx={{
color: 'white',