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({
|
||||
title: i18n.ts.externalServices,
|
||||
icon: 'ph-square-arrow-out ph-bold ph-lg',
|
||||
icon: 'ph-arrow-square-out ph-bold ph-lg',
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@ const menuDef = $computed(() => [{
|
|||
to: '/admin/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,
|
||||
to: '/admin/external-services',
|
||||
active: currentPage?.route.name === 'external-services',
|
||||
|
|
Loading…
Reference in a new issue