diff --git a/app/noodles.ts b/app/noodles.ts index 42f32a7fa4..5a376d9bb9 100644 --- a/app/noodles.ts +++ b/app/noodles.ts @@ -23,7 +23,7 @@ const entries: Noodle[] = [ posterImage: '/extra/tetris.svg', references: [ { - label: 'Tetris (1984)', + label: 'Tetris (1984) - Wikipedia', url: 'https://en.wikipedia.org/wiki/Tetris', }, ], @@ -37,9 +37,15 @@ const entries: Noodle[] = [ timezone: 'auto', occasion: 'We stand together. Always, everywhere, for all of us. Happy Pride Month! 🏳️‍🌈', prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2826', - authors: [ALEX], + authors: [ALEX, ALFON], posterImage: '/extra/pride-1.svg', variants: ['/extra/pride-2.svg', '/extra/pride-3.png'], + references: [ + { + label: 'Pride Month - Wikipedia', + url: 'https://en.wikipedia.org/wiki/Pride_Month', + }, + ], }, { key: 'press', @@ -56,7 +62,7 @@ const entries: Noodle[] = [ posterImage: '/extra/npmx-dark-press.png', references: [ { - label: 'World Press Freedom Day', + label: 'World Press Freedom Day - Wikipedia', url: 'https://en.wikipedia.org/wiki/World_Press_Freedom_Day', }, ], @@ -84,6 +90,12 @@ const entries: Noodle[] = [ prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2349', authors: [ALFON], posterImage: '/extra/npmx-cute-transgender.svg', + references: [ + { + label: 'International Transgender Day of Visibility - Wikipedia', + url: 'https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility', + }, + ], }, { key: 'artemis', @@ -98,6 +110,12 @@ const entries: Noodle[] = [ prUrl: 'https://github.com/npmx-dev/npmx.dev/pull/2421', authors: [ALEX, ALFON], posterImage: '/extra/npmx-dark-artemis.svg', + references: [ + { + label: 'Artemis II - Wikipedia', + url: 'https://en.wikipedia.org/wiki/Artemis_II', + }, + ], }, { key: 'nodejs',