From ba0838dd94ebdc00ec4dd7d981c43e6affa74f02 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 26 Jun 2026 11:54:41 -0400 Subject: [PATCH] =?UTF-8?q?home3:=20rename=20the=20small-joys=20OTD=20card?= =?UTF-8?q?=20"A=20good=20thing=20today"=20=E2=86=92=20"On=20this=20day"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Names the ritual (this date in history) rather than describing it; matches the /onthisday page + engine. Hero tag becomes "{year} in history" (the old "ON THIS DAY" there was now redundant with the eyebrow). Co-Authored-By: Claude Opus 4.8 --- frontend/src/routes/home3/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/home3/+page.svelte b/frontend/src/routes/home3/+page.svelte index e19cd32..378d8f9 100644 --- a/frontend/src/routes/home3/+page.svelte +++ b/frontend/src/routes/home3/+page.svelte @@ -139,8 +139,8 @@ {:else}
-
A good thing today
-

{fact?.year ?? '1928'} ON THIS DAY

+
On this day
+

{fact?.year ?? '1928'} in history

{fact ? clip(fact.text, 96) : 'Penicillin was discovered by a happy accident.'}