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:
parent
19ed8bfc5f
commit
73d2b2f9af
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue