fix: heading level mismatch
This commit is contained in:
parent
94e336cc1e
commit
85978a3c7e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue