upd: fix rest of icons

This commit is contained in:
Insert5StarName 2023-10-01 00:46:42 +02:00
parent 7b179d3a92
commit b50c1ef9a5
90 changed files with 187 additions and 187 deletions

View file

@ -83,7 +83,7 @@ const headerTabs = $computed(() => user ? [{
}, {
key: 'activity',
title: i18n.ts.activity,
icon: 'ti ti-chart-line',
icon: 'ph-chart-line ph-bold pg-lg',
}, ...(user.host == null ? [{
key: 'achievements',
title: i18n.ts.achievements,
@ -103,11 +103,11 @@ const headerTabs = $computed(() => user ? [{
}, {
key: 'pages',
title: i18n.ts.pages,
icon: 'ti ti-news',
icon: 'ph-newspaper ph-bold ph-lg',
}, {
key: 'flashs',
title: 'Play',
icon: 'ti ti-player-play',
icon: 'ph-play ph-bold pg-lg',
}, {
key: 'gallery',
title: i18n.ts.gallery,