Skip to content

Commit

Permalink
enhance: navbarからアクセスできるように
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Jan 27, 2025
1 parent ce72b34 commit 61ac33d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend/src/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ export const navbarItemDef = reactive({
text: i18n.ts._mfc.cheatSheet,
icon: 'ti ti-help-circle',
to: '/mfc-cheat-sheet',
}, {
type: 'link',
text: i18n.ts._keyboardShortCut.list,
icon: 'ti ti-keyboard',
to: '/keyboard-shortcuts',
}], ev.currentTarget ?? ev.target);
},
},
Expand Down

0 comments on commit 61ac33d

Please sign in to comment.