Compare commits

..

1 Commits

Author SHA1 Message Date
Julian Zander 4ff8c42702
Merge f3294e2ec4 into 033bdcd645 2025-05-15 17:40:17 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
// Should match what is defined in ui/package.json
"version": "22.15.0"
"version": "21.1.0"
}
},
"mounts": [

View File

@ -243,7 +243,6 @@ export const keyDisplayMap: Record<string, string> = {
Escape: "esc",
Tab: "tab",
Backspace: "backspace",
"(Backspace)": "backspace",
Enter: "enter",
CapsLock: "caps lock",
ShiftLeft: "shift",