1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 06:46:10 +02:00
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

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