aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGalileoBlues <[email protected]>2023-03-06 08:06:41 +1030
committerGitHub <[email protected]>2023-03-05 15:36:41 -0600
commitd425838f33a776bb4d0346684fb655b5b4d90e11 (patch)
tree7e9380c85b7c8b68177fb02f54e4a7b312671ad2
parentb6f196cc27ff1641f60d01cab7015396866c75ae (diff)
downloadmonkeytype-d425838f33a776bb4d0346684fb655b5b4d90e11.tar.gz
monkeytype-d425838f33a776bb4d0346684fb655b5b4d90e11.zip
fix gallium punctuation (#4043)
* Add layouts gallium and angle variant * fix punctuation on gallium
-rw-r--r--frontend/static/layouts/_list.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json
index a5ba18901..f24fab78d 100644
--- a/frontend/static/layouts/_list.json
+++ b/frontend/static/layouts/_list.json
@@ -1349,7 +1349,7 @@
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["bB", "lL", "dD", "cC", "vV", "zZ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"],
"row3": ["nN", "rR", "tT", "sS", "gG", "pP", "hH", "aA", "eE", "iI", "/?"],
- "row4": ["qQ", "xX", "mM", "wW", "jJ", "kK", "fF", "'\"", ";:", ",)"],
+ "row4": ["qQ", "xX", "mM", "wW", "jJ", "kK", "fF", "'\"", ";:", ".>"],
"row5": [" "]
}
},
@@ -1360,7 +1360,7 @@
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["bB", "lL", "dD", "cC", "jJ", "zZ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"],
"row3": ["nN", "rR", "tT", "sS", "vV", "pP", "hH", "aA", "eE", "iI", "/?"],
- "row4": ["xX", "mM", "wW", "gG", "qQ", "kK", "fF", "'\"", ";:", ",)"],
+ "row4": ["xX", "mM", "wW", "gG", "qQ", "kK", "fF", "'\"", ";:", ".>"],
"row5": [" "]
}
}