Skip to content

Commit 49368ae

Browse files
committed
Move to heading
1 parent 598fdf7 commit 49368ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProductChangelog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if (!changelogs) {
8585
return (
8686
<div data-product={entry.product.toLowerCase()}>
8787
<a href={entry.individual_page} class="no-underline">
88-
<strong>{page.data.title}</strong>
88+
<AnchorHeading depth={2} title={page.data.title} />
8989
</a>
9090
<p class="text-xs">{entry.date}</p>
9191
{page.data.changelog_product_area_name && (

0 commit comments

Comments
 (0)