Skip to content

Commit

Permalink
core: frontend: App: Fix file browser and video manager name/path
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 28, 2022
1 parent 4e68f07 commit 720d2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default Vue.extend({
{
title: 'Video',
icon: 'mdi-video-vintage',
route: '/autopilot/videomanager',
route: '/autopilot/video-manager',
},
],
},
Expand All @@ -241,9 +241,9 @@ export default Vue.extend({
route: '/tools/bridges',
},
{
title: 'Filebrowser',
title: 'File Browser',
icon: 'mdi-file-tree',
route: '/tools/filebrowser',
route: '/tools/file-browser',
},
{
title: 'NMEA Injector',
Expand Down

0 comments on commit 720d2ea

Please sign in to comment.