Skip to content

Commit

Permalink
Change vehicle-follow icon on Map widget and mission planning view
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jul 31, 2023
1 parent 47a6cf8 commit adbe3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="absolute m-3 bottom-12 left-10 bg-slate-50"
elevation="2"
style="z-index: 1002; border-radius: 0px"
icon="mdi-image-filter-center-focus-strong"
icon="mdi-airplane-marker"
size="x-small"
@click="whoToFollow = WhoToFollow.VEHICLE"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/MissionPlanningView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
/>
<v-btn
class="absolute m-3 rounded-sm shadow-sm bottom-14 left-56 bg-slate-50"
icon="mdi-image-filter-center-focus-strong"
icon="mdi-airplane-marker"
size="x-small"
@click="whoToFollow = WhoToFollow.VEHICLE"
/>
Expand Down

0 comments on commit adbe3f2

Please sign in to comment.