mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 12:40:28 +03:00
Minor usability improvements (#2405)
Some checks failed
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
Some checks failed
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
* usability improvements * revert change * requested change
This commit is contained in:
parent
13961d501f
commit
a41dee4a55
4 changed files with 11 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ export function SettingsTab() {
|
|||
|
||||
return (
|
||||
<SidebarItem active={settings}>
|
||||
<SidebarItemTooltip tooltip={displayName}>
|
||||
<SidebarItemTooltip tooltip="User Settings">
|
||||
{(triggerRef) => (
|
||||
<SidebarAvatar as="button" ref={triggerRef} onClick={openSettings}>
|
||||
<UserAvatar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue