fix typo in heading

This commit is contained in:
Jannis Portmann 2021-05-04 22:02:06 +02:00
parent db9316b580
commit 2815ac3028

View file

@ -8,7 +8,7 @@
</div> </div>
{% endfor %} {% endfor %}
<h1>Offerings</h1> <h1>Offers</h1>
{% if offerings|length > 0 %} {% if offerings|length > 0 %}
<div class="card-deck d-flex justify-content-around justify-content-sm-around justify-content-md-between flex-wrap"> <div class="card-deck d-flex justify-content-around justify-content-sm-around justify-content-md-between flex-wrap">
{% for offering in offerings %} {% for offering in offerings %}