Adjust footer links
This commit is contained in:
parent
d028fd3493
commit
e35e438c7d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user