mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-10 02:25:27 +00:00
Add Tooltip to settings icon
This commit is contained in:
@@ -320,9 +320,13 @@ export const ServerListSidebar = observer(({ unreads, lastOpened }: Props) => {
|
|||||||
{!isTouchscreenDevice && (
|
{!isTouchscreenDevice && (
|
||||||
<SettingsButton>
|
<SettingsButton>
|
||||||
<Link to="/settings">
|
<Link to="/settings">
|
||||||
<IconButton>
|
<Tooltip
|
||||||
<Cog size={32} strokeWidth="0.5" />
|
content="Settings"
|
||||||
</IconButton>
|
placement="right">
|
||||||
|
<IconButton>
|
||||||
|
<Cog size={32} strokeWidth="0.5" />
|
||||||
|
</IconButton>
|
||||||
|
</Tooltip>
|
||||||
</Link>
|
</Link>
|
||||||
</SettingsButton>
|
</SettingsButton>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user