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}