Change icon

This commit is contained in:
Cagatay Civici 2023-11-04 11:33:21 +03:00
parent e2accc3d61
commit 1fdc492a32

View file

@ -43,7 +43,7 @@ export default {
},
{
label: 'External',
icon: 'pi pi-external-link',
icon: 'pi pi-home',
url: 'https://vuejs.org/'
}
]
@ -105,7 +105,7 @@ export default {
},
{
label: 'External',
icon: 'pi pi-external-link',
icon: 'pi pi-home',
url: 'https://vuejs.org/'
}
]
@ -155,7 +155,7 @@ const items = ref([
},
{
label: 'External',
icon: 'pi pi-external-link',
icon: 'pi pi-home',
url: 'https://vuejs.org/'
}
]);