Skip to content

Commit

Permalink
(ed) fix navigate-to
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 18, 2021
1 parent 82b7fda commit 73038c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed/app/scripts/controllers/circularmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ angular.module('EdGuiApp')
$scope.actionList = [
{name: 'inspect', entityDescription: 'entity', icon: 'camera', color: 'red'},
{name: 'pick-up', entityDescription: 'object', icon: 'hand-grab-o', color: 'blue'},
{name: 'navigate-to', entityDescription: 'object', icon: 'arrows-alt', color: 'green'},
{name: 'navigate-to', entityDescription: 'target-location', icon: 'arrows-alt', color: 'green'},
{name: 'place', entityDescription: 'object', icon: 'hand-lizard-o', color: 'red'}
];

Expand Down

0 comments on commit 73038c9

Please sign in to comment.