chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-26 17:36:45 +00:00
parent 82f47cb312
commit 18a419e634

View file

@ -9,7 +9,10 @@ export function SectionHeading(props: {
<>
<strong>
<a data-slot="heading-link" href={props.href}>
<span data-slot="heading-anchor" aria-hidden="true">#</span>{props.title}.
<span data-slot="heading-anchor" aria-hidden="true">
#
</span>
{props.title}.
</a>
</strong>{" "}
<span>{props.description}</span>