Skip to content

Commit 1dd76c7

Browse files
authored
Undo RDMOsterei
Removed conditional rendering for 'ei' color icon.
1 parent dad81f9 commit 1dd76c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ Dieses Kooperationsgeflecht ermöglicht RDMO gleichzeitig, Anforderungen und Fee
139139
{% if location.lat and location.lon %}
140140
{% if location.color == "blue" %}
141141
<img src="./img/icons/marker-icon-blue.png" />
142-
{% elif location.color == "ei" %}
143-
<img src="./img/team/Oster_Ei.png" />
144142
{% else %}
145143
<img src="./img/icons/marker-icon-grey.png" />
146144
{% endif %}

0 commit comments

Comments
 (0)