We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598fdf7 commit 49368aeCopy full SHA for 49368ae
src/components/ProductChangelog.astro
@@ -85,7 +85,7 @@ if (!changelogs) {
85
return (
86
<div data-product={entry.product.toLowerCase()}>
87
<a href={entry.individual_page} class="no-underline">
88
- <strong>{page.data.title}</strong>
+ <AnchorHeading depth={2} title={page.data.title} />
89
</a>
90
<p class="text-xs">{entry.date}</p>
91
{page.data.changelog_product_area_name && (
0 commit comments