Skip to content

Commit 0690eef

Browse files
refactor: make gif day noodle last 3 days (#3076)
1 parent cac7199 commit 0690eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Noodle/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const ACTIVE_NOODLES: Noodle[] = [
7777
key: 'gif-day',
7878
logo: NoodleGifDayLogo,
7979
date: '2026-09-05',
80-
dateTo: '2026-09-05',
80+
dateTo: '2026-09-08',
8181
timezone: 'auto',
8282
},
8383
]

0 commit comments

Comments
 (0)