aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-22 14:59:06 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-22 14:59:06 +1100
commit4b81d58655deef4223884b5d6e043e9e9f1b0d90 (patch)
treedc5f958ecfbbc0d63ac1a774203ab53190ddb8df /src
parent436dd015471cbdea443cfd98536e55e683833c48 (diff)
For deployment, copy cal.py content into chrona.py
Diffstat (limited to 'src')
-rw-r--r--src/store.ts2
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,