mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-30 10:09:18 -05:00
Change wording from "Show sidebar" to "Toggle sidebar" (#300)
This commit is contained in:
@@ -27,7 +27,7 @@ export function SidebarActions() {
|
|||||||
}}
|
}}
|
||||||
className="pointer-events-auto"
|
className="pointer-events-auto"
|
||||||
size="sm"
|
size="sm"
|
||||||
title="Show sidebar"
|
title="Toggle sidebar"
|
||||||
icon={hidden ? 'left_panel_hidden' : 'left_panel_visible'}
|
icon={hidden ? 'left_panel_hidden' : 'left_panel_visible'}
|
||||||
iconColor="secondary"
|
iconColor="secondary"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user