This commit is contained in:
syuilo 2023-10-04 12:56:57 +09:00 committed by GitHub
parent 6b0f1d0cc1
commit bcbcaa9c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ const headerActions = $computed(() => []);
const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.instanceBlocking,
icon: 'ti ti-ban',
title: i18n.ts.externalServices,
icon: 'ti ti-link',
});
</script>