typo
This commit is contained in:
parent
025a8e23c4
commit
414d4c2031
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.0-calc.15.3.b4",
|
"version": "12.118.0-calc.16.b4",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -148,13 +148,13 @@ const headerTabs = $computed(() => [{
|
||||||
...(isRecommendedTimelineAvailable ? [{
|
...(isRecommendedTimelineAvailable ? [{
|
||||||
key: 'recommended',
|
key: 'recommended',
|
||||||
title: i18n.ts._timelines.recommended,
|
title: i18n.ts._timelines.recommended,
|
||||||
icon: 'fas fa-user-signs-post',
|
icon: 'fas fa-signs-post',
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
}] : []),
|
}] : []),
|
||||||
...(isLocalTimelineAvailable ? [{
|
...(isLocalTimelineAvailable ? [{
|
||||||
key: 'social',
|
key: 'social',
|
||||||
title: i18n.ts._timelines.social,
|
title: i18n.ts._timelines.social,
|
||||||
icon: 'fas fa-user-handshake-simple',
|
icon: 'fas fa-handshake-simple',
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
}] : []),
|
}] : []),
|
||||||
...(isGlobalTimelineAvailable ? [{
|
...(isGlobalTimelineAvailable ? [{
|
||||||
|
|
Loading…
Reference in a new issue