mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
typo
This commit is contained in:
parent
e8be79c26d
commit
43c4a95af2
1 changed files with 2 additions and 4 deletions
|
@ -145,10 +145,8 @@ const headerTabs = $computed(() => [{
|
|||
icon: 'fas fa-user-group',
|
||||
iconOnly: true,
|
||||
}, ...(isRecommendedTimelineAvailable ? [{
|
||||
key: 'recommended
|
||||
',
|
||||
title: i18n.ts._timelines.recommended
|
||||
,
|
||||
key: 'recommended',
|
||||
title: i18n.ts._timelines.recommended,
|
||||
icon: 'fas fa-comet',
|
||||
iconOnly: true,
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue