mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
typo
This commit is contained in:
parent
894cb76baf
commit
92295d9335
@ -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
Block a user