Fix missing href key

This commit is contained in:
2025-02-06 18:00:37 +01:00
parent 3ea794b887
commit f634090a7b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ const { t } = useI18n({
<HomeLink
v-for="social in socials.sort((a, b) => a.label.localeCompare(b.label))"
:key="social.label"
:to="social.to"
:href="social.to"
:icon="social.icon"
:label="social.label"
target="_blank"