From 678fad18798c836a4b7b7d21b205fe03a3b832e2 Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Tue, 18 Aug 2026 22:36:32 +0200 Subject: [PATCH] feat(colophon): credit three more readers for ideas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit u/lotus_lunaris, u/Neoragex13 and u/ShiroWaffles, on the same terms as the two already there — thanks for ideas, carrying no licence obligation. Five entries is where the line starts wrapping on a narrow screen, which is what the existing comma-and-"and" join was written for, so nothing else had to change. Co-Authored-By: Claude Opus 5 (1M context) --- src/client/components/Colophon.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/client/components/Colophon.tsx b/src/client/components/Colophon.tsx index 33ff868..58e0912 100644 --- a/src/client/components/Colophon.tsx +++ b/src/client/components/Colophon.tsx @@ -67,6 +67,18 @@ export const IDEA_CREDITS = [ handle: "u/eriatilox", url: "https://www.reddit.com/user/eriatilox/", }, + { + handle: "u/lotus_lunaris", + url: "https://www.reddit.com/user/lotus_lunaris/", + }, + { + handle: "u/Neoragex13", + url: "https://www.reddit.com/user/Neoragex13/", + }, + { + handle: "u/ShiroWaffles", + url: "https://www.reddit.com/user/ShiroWaffles/", + }, ] as const; /**