Skip to content

Commit c2c02d8

Browse files
committed
fix learning paths line height
1 parent 3a94226 commit c2c02d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LearningPathCatalog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const LearningPathCatalog = ({
167167
{path.video && <span className="sl-badge tip">Video</span>}
168168
</div>
169169
<p className="mt-3! font-semibold">{path.title}</p>
170-
<div className="mt-1! text-sm leading-2">
170+
<div className="mt-1! text-sm">
171171
<Markdown disallowedElements={["a"]} unwrapDisallowed={true}>
172172
{path.description}
173173
</Markdown>

0 commit comments

Comments
 (0)