We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1824c62 commit 7f18129Copy full SHA for 7f18129
server/utils/docs/render.ts
@@ -441,7 +441,7 @@ export function renderToc(symbols: MergedSymbol[]): string {
441
const title = KIND_TITLES[kind] || kind
442
lines.push(`<li>`)
443
lines.push(
444
- `<a href="#section-${kind}" class="font-semibold text-fg-muted hover:text-fg block mb-1">${title} <span class="text-fg-subtle font-normal">(${kindSymbols.length})</span></a>`,
+ `<a href="#section-${kind}">${title} <span class="text-fg-subtle font-normal">(${kindSymbols.length})</span></a>`,
445
)
446
447
const showSymbols = kindSymbols.slice(0, MAX_TOC_ITEMS_PER_KIND)
0 commit comments