chore(NavigationMenu): consistent key for child link external icon

This commit is contained in:
Benjamin Canac
2024-06-04 12:43:09 +02:00
parent e051ef682a
commit b1879ea6d1
2 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ const lists = computed(() => props.items?.length ? (Array.isArray(props.items[0]
<p :class="ui.childLinkLabel({ active: childActive })">
{{ childItem.label }}
<UIcon v-if="childItem.target === '_blank'" :name="appConfig.ui.icons.external" :class="ui.childLinkExternalIcon({ active: childActive })" />
<UIcon v-if="childItem.target === '_blank'" :name="appConfig.ui.icons.external" :class="ui.childLinkLabelExternalIcon({ active: childActive })" />
</p>
<p v-if="childItem.description" :class="ui.childLinkDescription({ active: childActive })">
{{ childItem.description }}