Compare commits

..

No commits in common. "d54568642bf422e14bda21507bec4f61e6d6fb15" and "033bdcd6451bca91edf309afccc9b59fad6d34f2" have entirely different histories.

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