mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
chore: fix capitalization of "Open Playground" in default shortcuts (#6687)
✨ (constants.ts): capitalize the display name and name of the "Open Playground" shortcut for consistency and better readability
This commit is contained in:
committed by
GitHub
parent
19ed8bfc5f
commit
73d2b2f9af
@ -819,8 +819,8 @@ export const defaultShortcuts = [
|
||||
shortcut: "backspace",
|
||||
},
|
||||
{
|
||||
display_name: "Open playground",
|
||||
name: "Open playground",
|
||||
display_name: "Open Playground",
|
||||
name: "Open Playground",
|
||||
shortcut: "mod+k",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user