From 0618cf7f731329abd88cd058cb30c420629b63e2 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 19 Mar 2026 08:35:44 +0100 Subject: [PATCH] homepage: re-add gym link pointing to /fitness Re-introduce the dumbbell SVG icon and "Gym" link that previously pointed to health.bocken.org, now linking to the internal /fitness route. --- src/routes/(main)/+page.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/(main)/+page.svelte b/src/routes/(main)/+page.svelte index a115ca21..9cbcd8ca 100644 --- a/src/routes/(main)/+page.svelte +++ b/src/routes/(main)/+page.svelte @@ -55,7 +55,8 @@ faith: isEnglish ? 'Faith' : 'Glaube', transmission: 'Transmission', documents: isEnglish ? 'Documents' : 'Dokumente', - audiobooksPodcasts: isEnglish ? 'Audiobooks & Podcasts' : 'Hörbücher & Podcasts' + audiobooksPodcasts: isEnglish ? 'Audiobooks & Podcasts' : 'Hörbücher & Podcasts', + gym: 'Gym' });