Skip to content

Commit 5a47e50

Browse files
Merge pull request #639 from error9098x/tailwindfix
fix(docs): fix Tailwind class typo for italics in caption
2 parents 661bb32 + b4417f5 commit 5a47e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/HeaderImage/HeaderImage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const HeaderImage = ({ children, layout, caption }) => {
77
{ children }
88
</div>
99
{caption && (
10-
<p className="mt-4 !-mb-3 text-sm text-center italics">{ caption }</p>
10+
<p className="mt-4 !-mb-3 text-sm text-center italic">{ caption }</p>
1111
)}
1212
</div>
1313
);

0 commit comments

Comments
 (0)