Skip to content

Commit a549a29

Browse files
Merge pull request #5 from gavinskycastle/main
Added 2026 season schedule
2 parents 5208da5 + 08a6a5f commit a549a29

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/app.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ function App () {
1414
const [chosenFormat, setChosenFormat] = useLocalStorageState(0, 'chosenFormat');
1515

1616
const timeOptions = useMemo(() => [
17-
['2025 Kickoff', new Date('2025-01-04T07:00:00')],
18-
['LA Regional', new Date('2025-03-14T07:00:00')],
19-
['Minecraft Movie Released', new Date('2025-04-04T00:00:00')],
20-
['2025 FIRST Championships', new Date('2025-04-15T09:00:00')],
21-
['2026 Season Revealed', new Date('2025-04-19T10:00:00')],
22-
['Deltarune Chapters 3 & 4', new Date('2025-06-04T08:00:00')],
23-
['UCI done', new Date('2025-06-11T15:30:00')],
24-
['Mason\'s coping timer', new Date('2025-06-11T16:00:00')],
25-
['Class of 2025 Graduation', new Date('2025-06-12T00:00:00')],
26-
['Windows 10 EOL', new Date('2025-10-14T00:00:00')],
17+
['LA District Event', new Date('2026-03-20T08:00:00')],
18+
['OC District Event', new Date('2026-04-02T08:00:00')],
19+
['SoCal District Championships', new Date('2026-04-09T08:00:00')],
20+
['FIRST Championships', new Date('2026-04-29T08:00:00')],
2721
['Class of 2026 Graduation', new Date('2026-06-11T00:00:00')],
2822
['Y2K38', new Date('2038-01-19T03:14:08')],
2923
['2045 US Eclipse', new Date('2045-08-12T08:12:00')],

0 commit comments

Comments
 (0)