fix: icons

This commit is contained in:
Mar0xy 2023-10-13 19:09:15 +02:00
parent 78b016e35c
commit 67f5caa61a
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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',