This is to be consistent with the icon displayed in the `PointInfo` modal.
This commit is contained in:
parent
6ad0c424ff
commit
41a659be66
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<button @click="toggleMetric('altitude')"
|
||||
:class="{ selected: showMetrics.altitude }"
|
||||
:title="(showMetrics.altitude ? 'Hide' : 'Show') + ' altitude'">
|
||||
<font-awesome-icon icon="ruler-vertical" />
|
||||
<font-awesome-icon icon="mountain" />
|
||||
</button>
|
||||
|
||||
<button @click="toggleMetric('distance')"
|
||||
|
|
Loading…
Add table
Reference in a new issue