Skip to content

Commit

Permalink
updated toggle vehicle path icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Aug 12, 2020
1 parent c45c394 commit a7736b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/WebUI/src/components/map/MapComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
faRoute,
faSatellite,
faSave,
faShoePrints,
faTimes,
faTrashAlt,
faUndo,
Expand Down Expand Up @@ -385,8 +386,7 @@ class MapComponent
</Button>
<Button active={this.state.displayVehiclePath}
onClick={this._onToggleVehiclePath}>
<img title="Toggle vehicle path" src={pathIcon} height={20} width={20}
alt="Toggle vehicle path"/>
<FontAwesomeIcon icon={faShoePrints} title="Toggle vehicle path"/>
</Button>
</Fragment>
)}
Expand Down

0 comments on commit a7736b4

Please sign in to comment.