From 4b81d58655deef4223884b5d6e043e9e9f1b0d90 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 14:59:06 +1100 Subject: For deployment, copy cal.py content into chrona.py --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3