Skip to content

Commit 9c53ff6

Browse files
committed
docs(handbook): made it easier to distinguish the description of a figure from the rest of the text
1 parent 364b88e commit 9c53ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Figure/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Figure({ img, caption, externalLink }: FigureProps) {
1717
return (
1818
<figure>
1919
<Image img={img} alt={caption} />
20-
{figcaption}
20+
<em>{figcaption}</em>
2121
</figure>
2222
)
2323
}

0 commit comments

Comments
 (0)