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 c2bb20f commit f84b255Copy full SHA for f84b255
src/components/Glossary/GlossaryDefinition/index.tsx
@@ -31,7 +31,7 @@ const GlossaryDefinition = ({
31
return (
32
<Stack className="mb-8 items-stretch gap-4 text-start">
33
<h4
34
- className={cn("text-2xl", term ? "relative scroll-mt-28" : "")}
+ className={term ? "relative scroll-mt-28" : ""}
35
{...(term ? { "data-group": true, id: term } : {})}
36
>
37
<IdAnchor id={term} />
0 commit comments