Skip to content

Commit 68964be

Browse files
committed
Update active map pin color and /cities description
1 parent cc60ce2 commit 68964be

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

_pages/cities.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Cities
3-
description: Communities that have hosted CityCamps.
3+
description: Communities that have hosted or are hosting CityCamps.
44
map: true
55
event-buttons: true
66
topics:
@@ -30,8 +30,7 @@ <h2>{{ country }}</h2>
3030
{{ event.city }}
3131
{% if event.Status == "In progress" %}
3232
&middot;
33-
<span
34-
class="text-success">
33+
<span class="text-success">
3534
In progress
3635
</span>
3736
{% endif %}
@@ -49,4 +48,4 @@ <h2>{{ country }}</h2>
4948
{% endfor %}
5049
</ul>
5150
{% endif %}
52-
{% endfor %}
51+
{% endfor %}

assets/img/map_pin_active.svg

Lines changed: 7 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)