This commit is contained in:
syuilo 2022-12-24 14:45:27 +09:00
parent 738593d38c
commit deaea7ce9f
8 changed files with 9 additions and 9 deletions

View file

@ -76,7 +76,7 @@ const headerTabs = $computed(() => [{
definePageMetadata(computed(() => ({
title: i18n.ts.pages,
icon: 'fas fa-sticky-note',
icon: 'ti ti-note',
})));
</script>