We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895b87b commit 34ac51fCopy full SHA for 34ac51f
app/components/Noodle/index.ts
@@ -16,15 +16,15 @@ export type Noodle = {
16
}
17
18
// 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
-]
+// export const ARCHIVE_NOODLES: Noodle[] = [
+// {
+// key: 'tkawaii',
+// date: '2026-04-08T12:00:00UTC',
+// timezone: 'auto',
+// logo: NoodleTkawaiiLogo,
+// tagline: false,
+// },
+// ]
28
29
// Permanent noodles - always shown on specific query param (e.g. ?kawaii)
30
export const PERMANENT_NOODLES: Noodle[] = [
0 commit comments