mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 20:08:41 -05:00
chore: sidebar quick action improvement (#3133)
This commit is contained in:
committed by
GitHub
parent
4e2bf24e8d
commit
7684a2c091
@@ -115,7 +115,7 @@ export const WorkspaceSidebarQuickAction = observer(() => {
|
||||
onClick={() => commandPaletteStore.toggleCommandPaletteModal(true)}
|
||||
>
|
||||
<Search className="h-4 w-4 text-custom-sidebar-text-300" />
|
||||
<span className="text-xs font-medium">Open command menu</span>
|
||||
{!isAuthorizedUser && !isSidebarCollapsed && <span className="text-xs font-medium">Open command menu</span>}
|
||||
</button>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user