Skip to content

Commit 3c0297a

Browse files
committed
fix: pin
1 parent 7ec20a6 commit 3c0297a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/src/angular/src/app/maps/company-site/company-site.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class CompanySiteComponent implements OnInit, AfterViewInit, OnDestroy {
231231
this.newLocations.push(myLocation);
232232
this.map.entities.push(new Microsoft.Maps.Pushpin(myLocation.location, {
233233
title: '' + myLocation.id,
234-
icon: 'https://bingmapsisdk.blob.core.windows.net/isdksamples/defaultPushpin.png',
234+
icon: 'assets/map-pin.png',
235235
anchor: new Microsoft.Maps.Point(12, 39)
236236
}));
237237
}
981 Bytes
Loading

0 commit comments

Comments
 (0)