Skip to content

Commit

Permalink
Update markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverfeelin committed May 26, 2024
1 parent 9d2ee58 commit c7158be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/map/map.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h2 class="sidebar-marker-group">
<span>Brown mushrooms ({{ markerLayersCount['brownMushroom']}})</span>
</button>
<button type="button" [class.border-active]="markerLayersVisible['swirlyPlant']" (click)="toggleMarkerLayers('swirlyPlant')">
<span class="material-symbols-outlined">deceased</span>&nbsp;
<span class="material-symbols-outlined">park</span>&nbsp;
<span>Swirly plants ({{ markerLayersCount['swirlyPlant']}})</span>
</button>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/assets/markers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,6 @@
["PFL42", [338.5,246.5]],
["PFL43", [338.5,104.5]],
["PFL44", [338.5,108.5]],
["PFL45", [315.5,155.5]],
["PFL46", [289.5,615.5]],
["PFL47", [289.5,618.5]],
["PFL48", [289.5,619.5]],
Expand Down

0 comments on commit c7158be

Please sign in to comment.