diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue index 1c9e38936..fbbe43f2c 100644 --- a/packages/frontend/src/pages/timeline.vue +++ b/packages/frontend/src/pages/timeline.vue @@ -119,17 +119,17 @@ const headerTabs = $computed(() => [{ }, ...(isLocalTimelineAvailable ? [{ key: 'local', title: i18n.ts._timelines.local, - icon: 'ti ti-messages', + icon: 'ti ti-planet', iconOnly: true, }, { key: 'social', title: i18n.ts._timelines.social, - icon: 'ti ti-share', + icon: 'ti ti-rocket', iconOnly: true, }] : []), ...(isGlobalTimelineAvailable ? [{ key: 'global', title: i18n.ts._timelines.global, - icon: 'ti ti-world', + icon: 'ti ti-whirl', iconOnly: true, }] : []), { icon: 'ti ti-list', @@ -150,7 +150,7 @@ const headerTabs = $computed(() => [{ definePageMetadata(computed(() => ({ title: i18n.ts.timeline, - icon: src === 'local' ? 'ti ti-messages' : src === 'social' ? 'ti ti-share' : src === 'global' ? 'ti ti-world' : 'ti ti-home', + icon: src === 'local' ? 'ti ti-planet' : src === 'social' ? 'ti ti-rocket' : src === 'global' ? 'ti ti-whirl' : 'ti ti-home', }))); diff --git a/packages/frontend/src/ui/deck/tl-column.vue b/packages/frontend/src/ui/deck/tl-column.vue index 49b29145f..182bee934 100644 --- a/packages/frontend/src/ui/deck/tl-column.vue +++ b/packages/frontend/src/ui/deck/tl-column.vue @@ -2,9 +2,9 @@ diff --git a/packages/frontend/src/widgets/timeline.vue b/packages/frontend/src/widgets/timeline.vue index e48444d33..5bd626cd0 100644 --- a/packages/frontend/src/widgets/timeline.vue +++ b/packages/frontend/src/widgets/timeline.vue @@ -3,9 +3,9 @@