This commit is contained in:
ThatOneCalculator 2022-07-29 15:23:53 -07:00
parent 025a8e23c4
commit 414d4c2031
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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 ? [{