diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-25 19:39:09 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-25 19:39:09 +1100 |
| commit | ddb38fc873d6bbce5a69d059237374e6ab23422f (patch) | |
| tree | 7b629048cca0c3660967b86689db337004e06119 /src/lib.ts | |
| parent | 56abab8390a50b026433793befc67587c08d5a21 (diff) | |
Add intro modal
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
