mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-27 10:54:20 +01:00
Fix missing href key
This commit is contained in:
@@ -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