Skip to content

Commit 8228b23

Browse files
cleaned images
1 parent 40dec1c commit 8228b23

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/app/shared/components/map/map.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class MapComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy
4646
private redMarker = "/assets/images/red-marker.png";
4747
private greenMarker = "/assets/images/green-marker.png";
4848
private greyMarker = "/assets/images/grey-marker.png";
49-
private stableDevice = "/assets/images/stable-device-pin-r.png";
49+
private stableDevice = "/assets/images/stable-device-pin.svg";
5050
private alertDevice = "/assets/images/alert-device-pin.svg";
5151
private stableGateway = "/assets/images/stable-gateway-pin.svg";
5252
private alertGateway = "/assets/images/alert-gateway-pin.svg";
@@ -307,6 +307,7 @@ export class MapComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy
307307
}
308308
private getMarkerIcon(active = true, isDevice = false, isGateway = false): any {
309309
let uri;
310+
310311
switch (true) {
311312
case isDevice && active:
312313
uri = this.stableDevice;
-18.4 KB
Binary file not shown.
-18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)