typo
This commit is contained in:
parent
025a8e23c4
commit
414d4c2031
|
@ -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",
|
||||
|
|
|
@ -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 ? [{
|
||||
|
|
Loading…
Reference in New Issue