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
commit 73d2b2f9af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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