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 8c868f7 commit 983aa5eCopy full SHA for 983aa5e
src/lib/output/themes/default/partials/comment.tsx
@@ -39,7 +39,7 @@ export function commentTags(context: DefaultThemeRenderContext, props: Reflectio
39
40
return (
41
<>
42
- <div class={`tsd-tag-${name}`}>
+ <div class={`tsd-tag-${item.tag.substring(1)}`}>
43
<h4 class="tsd-anchor-link">
44
<a id={anchor} class="tsd-anchor"></a>
45
{name}
0 commit comments