Adjust footer links
This commit is contained in:
parent
d028fd3493
commit
e35e438c7d
@ -19,14 +19,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
img: '/logos/mastodon.svg',
|
img: '/logos/mastodon.svg',
|
||||||
link: 'https://mastodon.social/@fb@ibe.social',
|
link: 'https://mastodon.online/@fredb',
|
||||||
alt: 'Find me on Mastodon'
|
alt: 'Find me on Mastodon'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
img: '/logos/firefish.svg',
|
|
||||||
link: 'https://ibe.social/@fb',
|
|
||||||
alt: 'Find me on Firefish'
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -36,7 +31,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{#each footerLinks as link}
|
{#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
|
<img class="link-image" src={link.img} alt={link.alt} title={link.alt} /></a
|
||||||
>
|
>
|
||||||
{/each}
|
{/each}
|
||||||
|
Loading…
Reference in New Issue
Block a user