Fix quicklinks conditional icon rendering

pull/879/head
tanasegabriel 2025-02-26 18:03:30 +00:00 committed by Bastien Wirtz
parent 1c09714c43
commit 36d753df58
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
:target="link.target" :target="link.target"
rel="noreferrer" rel="noreferrer"
> >
<span v-if="item.icon" <span v-if="link.icon"
><i ><i
style="font-size: 12px" style="font-size: 12px"
:class="['fa-fw', link.icon]" :class="['fa-fw', link.icon]"