Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/episodeEmojis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const episodeEmojis: Record<keyof typeof episodeTitles | 0, string[]> = {
4: ['✅', '🍱', '💥'],
5: ['3️⃣', '🍱', '3️⃣'],
6: ['🍱', '🐶', '🔲'],
7: ['0️⃣', '➡️', '1️⃣'],
7: ['', '😈', ''],
8: ['😮', '👧🏻', '🐶'],
9: ['❓', '👧🏻', '❓'],
10: ['➖', '😈', '1️⃣'],
Expand Down
2 changes: 1 addition & 1 deletion src/lib/titles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const episodeTitles = {
4: 'The Rules of The Lunchbox',
5: 'Lunchboxes with 3 Rows',
6: 'Minion’s Trick',
7: 'Zero to One',
7: 'The Challenge Question',
8: 'Super Saya',
9: 'Can’t Add One?',
10: 'Subtract One',
Expand Down