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.'}