Adjust footer links

This commit is contained in:
Fred Boniface 2023-11-06 20:33:18 +00:00
parent d028fd3493
commit e35e438c7d
1 changed files with 2 additions and 7 deletions

View File

@ -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'
}
];
</script>
@ -36,7 +31,7 @@
</p>
<p>
{#each footerLinks as link}
<a href={link.link}>
<a href={link.link} target="_blank">
<img class="link-image" src={link.img} alt={link.alt} title={link.alt} /></a
>
{/each}