fix: heading level mismatch

This commit is contained in:
Ben Goldsworthy 2023-04-13 17:40:23 -06:00
parent 94e336cc1e
commit 85978a3c7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="item-tile item-tile--heading" id="items-{{ .Key }}">
<header class="item-tile__header">
<h2 class="item-tile__title">{{ .Key }}</h1>
<h2 class="item-tile__title">{{ .Key }}</h2>
</header>
</div>