Skip to content

Commit 34ac51f

Browse files
committed
feat: comment archive-noodles
1 parent 895b87b commit 34ac51f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/components/Noodle/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ export type Noodle = {
1616
}
1717

1818
// Archive noodles - might be shown on special page
19-
export const ARCHIVE_NOODLES: Noodle[] = [
20-
{
21-
key: 'tkawaii',
22-
date: '2026-04-08T12:00:00UTC',
23-
timezone: 'auto',
24-
logo: NoodleTkawaiiLogo,
25-
tagline: false,
26-
},
27-
]
19+
// export const ARCHIVE_NOODLES: Noodle[] = [
20+
// {
21+
// key: 'tkawaii',
22+
// date: '2026-04-08T12:00:00UTC',
23+
// timezone: 'auto',
24+
// logo: NoodleTkawaiiLogo,
25+
// tagline: false,
26+
// },
27+
// ]
2828

2929
// Permanent noodles - always shown on specific query param (e.g. ?kawaii)
3030
export const PERMANENT_NOODLES: Noodle[] = [

0 commit comments

Comments
 (0)