diff options
author | Miodec <[email protected]> | 2023-08-25 12:02:40 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2023-08-25 12:02:40 +0200 |
commit | 52d730e1ca7191b146393cdf259cfe38df719c90 (patch) | |
tree | 4b3f8e343eb4a82b579110d9c6acf88ab6235ee0 /frontend/static/layouts | |
parent | 9bb1a87e082b16813c78a4ceca4a5d36570dd9d2 (diff) | |
download | monkeytype-52d730e1ca7191b146393cdf259cfe38df719c90.tar.gz monkeytype-52d730e1ca7191b146393cdf259cfe38df719c90.zip |
fix(layout): incorrect graphite layout bottom row
Closes #4585
Diffstat (limited to 'frontend/static/layouts')
-rw-r--r-- | frontend/static/layouts/_list.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 994f1977a..559ef728b 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1601,7 +1601,7 @@ "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"], "row2": ["bB", "lL", "dD", "wW", "zZ", "'_", "fF", "oO", "uU", "jJ", ";:", "=+", "\\|"], "row3": ["nN", "rR", "tT", "sS", "gG", "yY", "hH", "aA", "eE", "iI", ",?"], - "row4": ["qQ", "xX", "mM", "cC", "vV", "pP", "kK", ".>", "-\"", "/<"], + "row4": ["qQ", "xX", "mM", "cC", "vV", "kK", "pP", ".>", "-\"", "/<"], "row5": [" "] } }, |