Skip to content

Commit f84b255

Browse files
authored
Update src/components/Glossary/GlossaryDefinition/index.tsx
1 parent c2bb20f commit f84b255

File tree

1 file changed

+1
-1
lines changed
  • src/components/Glossary/GlossaryDefinition

1 file changed

+1
-1
lines changed

src/components/Glossary/GlossaryDefinition/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const GlossaryDefinition = ({
3131
return (
3232
<Stack className="mb-8 items-stretch gap-4 text-start">
3333
<h4
34-
className={cn("text-2xl", term ? "relative scroll-mt-28" : "")}
34+
className={term ? "relative scroll-mt-28" : ""}
3535
{...(term ? { "data-group": true, id: term } : {})}
3636
>
3737
<IdAnchor id={term} />

0 commit comments

Comments
 (0)