Skip to content

Commit

Permalink
Remove navbar(about, tools)
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Aug 19, 2024
1 parent be239f1 commit 79c1cbd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/frontend/src/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,6 @@ export const navbarItemDef = reactive({
}], ev.currentTarget ?? ev.target);
},
},
about: {
title: i18n.ts.about,
icon: 'ti ti-info-circle',
action: (ev) => {
openInstanceMenu(ev);
},
},
tools: {
title: i18n.ts.tools,
icon: 'ti ti-tool',
action: (ev) => {
openToolsMenu(ev);
},
},
reload: {
title: i18n.ts.reload,
icon: 'ti ti-refresh',
Expand Down

0 comments on commit 79c1cbd

Please sign in to comment.