From e35e438c7daddd6f2e399e42f1f97ed84d650e0f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 6 Nov 2023 20:33:18 +0000 Subject: [PATCH] Adjust footer links --- src/lib/footer.svelte | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib/footer.svelte b/src/lib/footer.svelte index 8fc3fe6..f69e5ed 100644 --- a/src/lib/footer.svelte +++ b/src/lib/footer.svelte @@ -19,14 +19,9 @@ }, { img: '/logos/mastodon.svg', - link: 'https://mastodon.social/@fb@ibe.social', + link: 'https://mastodon.online/@fredb', alt: 'Find me on Mastodon' }, - { - img: '/logos/firefish.svg', - link: 'https://ibe.social/@fb', - alt: 'Find me on Firefish' - } ]; @@ -36,7 +31,7 @@

{#each footerLinks as link} - + {link.alt} {/each}