From ddb38fc873d6bbce5a69d059237374e6ab23422f Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 25 Jan 2023 19:39:09 +1100 Subject: Add intro modal --- src/lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.ts') diff --git a/src/lib.ts b/src/lib.ts index 1067119..bb76739 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -493,7 +493,7 @@ export function jsonToImgInfo(json: ImgInfoJson | null): ImgInfo | null { // ========== For timeline dates/data ========== -export const MIN_DATE = new YearDate(-13.8e9); +export const MIN_DATE = new YearDate(-14e9); export const MAX_DATE = new CalDate(2030, 1, 1); // (Same as in /backend/hist_data/cal.py) -- cgit v1.2.3