Fix closing tag on heading
This commit is contained in:
parent
2df1b6180d
commit
fe105d76f7
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue