Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
minimit committed Jun 22, 2020
1 parent d92afc2 commit dc90769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby/components/includes/doc-head.js
Expand Up @@ -21,7 +21,7 @@ class DocHead extends React.Component {
</span>
{page.post.frontmatter.badge ? <div className="badge badge-default badge-small">{page.post.frontmatter.badge}</div> : null}
</h1>
{page.post.frontmatter.description ? <h2 class="p">{page.post.frontmatter.description}</h2> : null}
{page.post.frontmatter.description ? <h2 className="p">{page.post.frontmatter.description}</h2> : null}
</div>
</div>
{page.post.frontmatter.parent ? (
Expand Down

0 comments on commit dc90769

Please sign in to comment.