Skip to content

Commit a4e310e

Browse files
committed
chore: fix date
1 parent c5c423a commit a4e310e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Noodle/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const ACTIVE_NOODLES: Noodle[] = [
4040
{
4141
key: 'artemis',
4242
logo: NoodleArtemisLogo,
43-
date: '2026-04-08T12:00:00UTC',
43+
date: '2026-04-08T12:00:00Z',
4444
timezone: 'America/Los_Angeles',
4545
tagline: true,
4646
},

0 commit comments

Comments
 (0)