diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:12:43 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:36 +0100 |
| commit | fccfde8f2b31d7c587db0fcc9b2093a70e7f99b2 (patch) | |
| tree | 1588a590f62f89b767f4ce7fbf031672606462af /packages/frontend/src/pages/flash | |
| parent | replaced more ti-* (diff) | |
| download | sharkey-fccfde8f2b31d7c587db0fcc9b2093a70e7f99b2.tar.gz sharkey-fccfde8f2b31d7c587db0fcc9b2093a70e7f99b2.tar.bz2 sharkey-fccfde8f2b31d7c587db0fcc9b2093a70e7f99b2.zip | |
replaced many more ti-*
Diffstat (limited to 'packages/frontend/src/pages/flash')
| -rw-r--r-- | packages/frontend/src/pages/flash/flash-index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/flash/flash-index.vue b/packages/frontend/src/pages/flash/flash-index.vue index b9ee7cb41c..f63a799365 100644 --- a/packages/frontend/src/pages/flash/flash-index.vue +++ b/packages/frontend/src/pages/flash/flash-index.vue @@ -79,7 +79,7 @@ const headerActions = computed(() => [{ const headerTabs = computed(() => [{ key: 'featured', title: i18n.ts._play.featured, - icon: 'ph-fire ph-bold ph-lg', + icon: 'ti ti-flare', }, { key: 'my', title: i18n.ts._play.my, |