diff --git a/package.json b/package.json index 29d97a016..46e246aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.0-calc.15.3.b4", + "version": "12.118.0-calc.16.b4", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index b01f47300..21fc8080f 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -148,13 +148,13 @@ const headerTabs = $computed(() => [{ ...(isRecommendedTimelineAvailable ? [{ key: 'recommended', title: i18n.ts._timelines.recommended, - icon: 'fas fa-user-signs-post', + icon: 'fas fa-signs-post', iconOnly: true, }] : []), ...(isLocalTimelineAvailable ? [{ key: 'social', title: i18n.ts._timelines.social, - icon: 'fas fa-user-handshake-simple', + icon: 'fas fa-handshake-simple', iconOnly: true, }] : []), ...(isGlobalTimelineAvailable ? [{