Change icon

pull/4755/head^2^2
Cagatay Civici 2023-11-04 11:33:21 +03:00
parent e2accc3d61
commit 1fdc492a32
1 changed files with 3 additions and 3 deletions

View File

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