Skip to content

Commit

Permalink
fix: hierachy in references
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 13, 2023
1 parent b48f557 commit b18632d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<section class="aw-article-content-grid-6-4">
<div class="aw-article-content-grid-6-4-column-1 u-flex-vertical u-gap-32">
<header class="aw-article-content-header">
<Heading id={method.id} level={2} inReferences>{method.title}</Heading>
<Heading id={method.id} level={1} inReferences>{method.title}</Heading>
</header>
<p class="aw-sub-body-400">
{@html parse(method.description)}
Expand Down

0 comments on commit b18632d

Please sign in to comment.