diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-22 14:59:06 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-22 14:59:06 +1100 |
| commit | 4b81d58655deef4223884b5d6e043e9e9f1b0d90 (patch) | |
| tree | dc5f958ecfbbc0d63ac1a774203ab53190ddb8df /src | |
| parent | 436dd015471cbdea443cfd98536e55e683833c48 (diff) | |
For deployment, copy cal.py content into chrona.py
Diffstat (limited to 'src')
| -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, |
