mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
fix: tape margin default value should be 50
!nuf
This commit is contained in:
parent
b1fa682f32
commit
da70476a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ const obj = {
|
|||
lazyMode: false,
|
||||
showAverage: "off",
|
||||
tapeMode: "off",
|
||||
tapeMargin: 10,
|
||||
tapeMargin: 50,
|
||||
maxLineWidth: 0,
|
||||
} as Config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue