opencode-agent[bot] 2 mesiacov pred
rodič
commit
18a419e634

+ 4 - 1
packages/stats/app/src/routes/section-heading.tsx

@@ -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>