Fix closing tag on heading

This commit is contained in:
Oliver Davies 2019-05-20 22:15:41 +01:00
parent 2df1b6180d
commit fe105d76f7

View file

@ -7,7 +7,7 @@
{% set sponsors = getSponsors(sponsorData, level) %}
{% if sponsors %}
<section class="tw-block">
<h3 class="tw-visuallyhidden">{{ level|capitalize }} Sponsors</h2>
<h3 class="tw-visuallyhidden">{{ level|capitalize }} Sponsors</h3>
<ul class="tw-list-reset tw-flex tw-flex-wrap tw-items-center tw-justify-center tw--mx-4">
{% for sponsor in sponsors %}