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

@@ -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"