Skip to content

Commit b4417f5

Browse files
committed
fix(docs): use Tailwind italic for HeaderImage caption
1 parent 5662382 commit b4417f5

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)