Update FooterControls.tsx
This commit is contained in:
@@ -262,7 +262,7 @@ function OverlayConversation({
|
|||||||
<>
|
<>
|
||||||
<Divider orientation="horizontal" flexItem />
|
<Divider orientation="horizontal" flexItem />
|
||||||
{/* todo: not speaking mode, speaking mode, locked in mode */}
|
{/* todo: not speaking mode, speaking mode, locked in mode */}
|
||||||
<Tooltip title="pinned">
|
<Tooltip title={isPriority ? 'zapped' : 'un-zapped'}>
|
||||||
<IconButton
|
<IconButton
|
||||||
sx={{
|
sx={{
|
||||||
color: 'white',
|
color: 'white',
|
||||||
|
|||||||
Reference in New Issue
Block a user