fix: wrong external icon type
This commit is contained in:
@@ -49,6 +49,7 @@ import {
|
|||||||
cilEnvelopeClosed,
|
cilEnvelopeClosed,
|
||||||
cilEnvelopeOpen,
|
cilEnvelopeOpen,
|
||||||
cilEuro,
|
cilEuro,
|
||||||
|
cilExternalLink,
|
||||||
cilGlobeAlt,
|
cilGlobeAlt,
|
||||||
cilGrid,
|
cilGrid,
|
||||||
cilFile,
|
cilFile,
|
||||||
@@ -107,6 +108,7 @@ export const iconsSet = Object.assign(
|
|||||||
cilEnvelopeClosed,
|
cilEnvelopeClosed,
|
||||||
cilEnvelopeOpen,
|
cilEnvelopeOpen,
|
||||||
cilEuro,
|
cilEuro,
|
||||||
|
cilExternalLink,
|
||||||
cilGlobeAlt,
|
cilGlobeAlt,
|
||||||
cilGrid,
|
cilGrid,
|
||||||
cilFile,
|
cilFile,
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ const AppSidebarNav = defineComponent({
|
|||||||
item.name,
|
item.name,
|
||||||
item.external && h(resolveComponent('CIcon'), {
|
item.external && h(resolveComponent('CIcon'), {
|
||||||
class: 'ms-2',
|
class: 'ms-2',
|
||||||
name: cilExternalLink,
|
name: 'cil-external-link',
|
||||||
size: 'sm'
|
size: 'sm'
|
||||||
}),
|
}),
|
||||||
item.badge &&
|
item.badge &&
|
||||||
|
|||||||
Reference in New Issue
Block a user