diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts index 0b64f4d..5a8e0c7 100644 --- a/src/store.ts +++ b/src/store.ts @@ -135,7 +135,7 @@ function getDefaultState(): StoreState { }, // Other - initialStartDate: new CalDate(1, 1, 1), + initialStartDate: new CalDate(1500, 1, 1), initialEndDate: new CalDate(2000, 1, 1), color, borderRadius: 5, |
