fix: icons
This commit is contained in:
parent
78b016e35c
commit
67f5caa61a
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ const headerTabs = $computed(() => []);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
title: i18n.ts.externalServices,
|
title: i18n.ts.externalServices,
|
||||||
icon: 'ph-square-arrow-out ph-bold ph-lg',
|
icon: 'ph-arrow-square-out ph-bold ph-lg',
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@ const menuDef = $computed(() => [{
|
||||||
to: '/admin/proxy-account',
|
to: '/admin/proxy-account',
|
||||||
active: currentPage?.route.name === 'proxy-account',
|
active: currentPage?.route.name === 'proxy-account',
|
||||||
}, {
|
}, {
|
||||||
icon: 'ph-square-arrow-out ph-bold pg-lg',
|
icon: 'ph-arrow-square-out ph-bold pg-lg',
|
||||||
text: i18n.ts.externalServices,
|
text: i18n.ts.externalServices,
|
||||||
to: '/admin/external-services',
|
to: '/admin/external-services',
|
||||||
active: currentPage?.route.name === 'external-services',
|
active: currentPage?.route.name === 'external-services',
|
||||||
|
|
Loading…
Reference in a new issue