Small fix to tooltips error.

master
Håvar Aambø Fosstveit 2019-06-05 08:38:23 +02:00
parent c47dc5a3e4
commit 8a51f3c966
1 changed files with 76 additions and 70 deletions

View File

@ -143,6 +143,7 @@ const Sidebar = (props) =>
}
>
<Tooltip title={micTip} placement={smallScreen ? 'top' : 'right'}>
<div>
<Fab
aria-label='Mute mic'
className={classes.fab}
@ -162,8 +163,10 @@ const Sidebar = (props) =>
<MicOffIcon />
}
</Fab>
</div>
</Tooltip>
<Tooltip title={webcamTip} placement={smallScreen ? 'top' : 'right'}>
<div>
<Fab
aria-label='Mute video'
className={classes.fab}
@ -183,8 +186,10 @@ const Sidebar = (props) =>
<VideoOffIcon />
}
</Fab>
</div>
</Tooltip>
<Tooltip title={screenTip} placement={smallScreen ? 'top' : 'right'}>
<div>
<Fab
aria-label='Share screen'
className={classes.fab}
@ -221,6 +226,7 @@ const Sidebar = (props) =>
:null
}
</Fab>
</div>
</Tooltip>
<Tooltip