We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf965e0 commit 8b0ba71Copy full SHA for 8b0ba71
components/landing/ProductArticlesList.tsx
@@ -49,6 +49,10 @@ const ArticleList = ({ page }: { page: CurrentProductTree }) => {
49
<Link href={grandchildPage.href}>
50
<a>{grandchildPage.page.title}</a>
51
</Link>
52
+ {grandchildPage.page.documentType === 'mapTopic' ? (
53
+ <small className="color-text-secondary d-inline-block">
54
+ • {page.childPages.length} articles
55
+ </small>) : null}
56
</li>
57
)
58
})}
0 commit comments