diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-01 23:33:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-01 23:33:47 +0900 |
| commit | afe0d9a2663b541237a326b8dfbbb3d5070fa11f (patch) | |
| tree | 4a4771b8681a93d31a6dff0463f8bb900f7772bb /packages/client/src/menu.ts | |
| parent | chore(client): tweak ui (diff) | |
| download | sharkey-afe0d9a2663b541237a326b8dfbbb3d5070fa11f.tar.gz sharkey-afe0d9a2663b541237a326b8dfbbb3d5070fa11f.tar.bz2 sharkey-afe0d9a2663b541237a326b8dfbbb3d5070fa11f.zip | |
enhance(client): ハイライトをみつけるに統合
Diffstat (limited to 'packages/client/src/menu.ts')
| -rw-r--r-- | packages/client/src/menu.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/client/src/menu.ts b/packages/client/src/menu.ts index 72e3951602..677296a6f8 100644 --- a/packages/client/src/menu.ts +++ b/packages/client/src/menu.ts @@ -35,11 +35,6 @@ export const menuDef = reactive({ indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest), to: '/my/follow-requests', }, - featured: { - title: 'featured', - icon: 'fas fa-fire-alt', - to: '/featured', - }, explore: { title: 'explore', icon: 'fas fa-hashtag', |