Skip to content

Commit

Permalink
next: fix toc (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Sep 29, 2024
1 parent c893a90 commit 9f44d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/docs/src/lib/components/api-section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<div
class="inline-flex h-[29px] items-center justify-center rounded-button bg-accent px-3 font-mono text-[17px] font-medium leading-tight tracking-tight dark:text-neutral-900"
>
<h3>
<span class="text-foreground/65 dark:text-neutral-900/50"
<h3 class="font-semibold">
<span class="font-normal text-foreground/65 dark:text-neutral-900/50"
>{$page.data.title.replaceAll(" ", "")}.</span
><span class="font-semibold">{schema.title}</span>
>{schema.title}
</h3>
</div>
<P class="!mb-5 !mt-2">{@html parseMarkdown(schema.description)}</P>
Expand Down

0 comments on commit 9f44d21

Please sign in to comment.