Skip to content

Commit

Permalink
fix: Update locate icon to be aligned with vacuum card (#182)
Browse files Browse the repository at this point in the history
Fix #136
  • Loading branch information
vicfergar authored Feb 8, 2021
1 parent 4cb4709 commit 3e45131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vacuum-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class VacuumCard extends LitElement {
</ha-icon-button>
<ha-icon-button
icon="mdi:crosshairs-gps"
icon="mdi:map-marker"
title="${localize('common.locate')}"
@click="${() => this.callService('locate', false)}"
>
Expand Down

0 comments on commit 3e45131

Please sign in to comment.