This commit is contained in:
syuilo 2023-01-08 14:29:22 +09:00
parent dcca2350dd
commit 0d7ee20a77
4 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ const headerActions = $computed(() => [{
const headerTabs = $computed(() => [{
key: 'featured',
title: i18n.ts._pages.featured,
icon: 'fas fa-fire-alt',
icon: 'ti ti-flare',
}, {
key: 'my',
title: i18n.ts._pages.my,