Skip to content

Commit

Permalink
chore(OverviewTemplate): Remove listing heading
Browse files Browse the repository at this point in the history
  • Loading branch information
timglaser committed Jun 24, 2020
1 parent e6db007 commit 9767c4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/templates/OverviewTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const OverviewTemplate = ({ data }) => {
<MDXContainer>{body}</MDXContainer>
{guides?.nodes.length && (
<GuideListing>
<GuideListing.Heading>
Guides to build New Relic apps ({guides?.nodes.length})
</GuideListing.Heading>
<GuideListing.List>
{guides?.nodes.map(({ frontmatter }, index) => (
<GuideTile
Expand Down

0 comments on commit 9767c4e

Please sign in to comment.