mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Fix missing href key
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -112,7 +112,7 @@ const socialsList = [
|
||||
<UButton
|
||||
:icon="`i-ph:${nav.icon}`"
|
||||
:target="nav.target ? nav.target : '_self'"
|
||||
:to="nav.to"
|
||||
:href="nav.to"
|
||||
:aria-label="nav.label"
|
||||
color="neutral"
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user