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:
Cristhian Zanforlin Lousa
2025-02-18 11:59:25 -03:00
committed by GitHub
parent 19ed8bfc5f
commit 73d2b2f9af

View File

@ -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",
},
{