From adab688e0e4b4c16124115759dff87423d361ed6 Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Tue, 18 Aug 2026 22:40:41 +0200 Subject: [PATCH] feat(colophon): move the idea credits under the GitHub links They sat between "Built by" and the two GitHub links, splitting one thought about who made this and where it lives. Below the links they read as the tail of that block instead of an interruption in it, and the paragraph that invites a bug report still comes last, where a reader who has just found a wrong date is looking. Co-Authored-By: Claude Opus 5 (1M context) --- src/client/components/Colophon.tsx | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/client/components/Colophon.tsx b/src/client/components/Colophon.tsx index 58e0912..b1b417e 100644 --- a/src/client/components/Colophon.tsx +++ b/src/client/components/Colophon.tsx @@ -282,26 +282,6 @@ export function Colophon({ {"."}

- {IDEA_CREDITS.length > 0 && ( -

- Additional ideas and design from{" "} - {IDEA_CREDITS.map((c, i) => ( - - {i > 0 && (i === IDEA_CREDITS.length - 1 ? " and " : ", ")} - - {c.handle} - - - ))} - {"."} -

- )} -

+ {IDEA_CREDITS.length > 0 && ( +

+ Additional ideas and design from{" "} + {IDEA_CREDITS.map((c, i) => ( + + {i > 0 && (i === IDEA_CREDITS.length - 1 ? " and " : ", ")} + + {c.handle} + + + ))} + {"."} +

+ )} + {/* Placed under the disclaimer that admits dates can be wrong, because that paragraph is where a reader who has just found one is looking. The bug