add title for index image links
All checks were successful
deploy / build-and-deploy (push) Successful in 25s

This commit is contained in:
2025-10-13 20:56:58 +02:00
parent be417612d3
commit 37019075fd

View File

@@ -31,10 +31,10 @@ const { title, description, footer = true } = Astro.props;
<a class="link" href="https://mhsl.eu/datenschutz.html" target="_blank">Datenschutz</a>
</div>
<div class="hidden sm:flex gap-2 items-center">
<a href="ts3server://mhsl.eu?port=9987" target="_blank">
<a href="ts3server://mhsl.eu?port=9987" title="TeamSpeak" target="_blank">
<Icon name="fa-brands:teamspeak" />
</a>
<a href="https://discord.gg/EBGefWPc2K" target="_blank">
<a href="https://discord.gg/EBGefWPc2K" title="Discord" target="_blank">
<Icon name="fa-brands:discord" />
</a>
</div>