mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-09 23:18:30 +00:00
chore: generate
This commit is contained in:
parent
82f47cb312
commit
18a419e634
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue