We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 661bb32 + b4417f5 commit 5a47e50Copy full SHA for 5a47e50
1 file changed
docs/components/HeaderImage/HeaderImage.js
@@ -7,7 +7,7 @@ export const HeaderImage = ({ children, layout, caption }) => {
7
{ children }
8
</div>
9
{caption && (
10
- <p className="mt-4 !-mb-3 text-sm text-center italics">{ caption }</p>
+ <p className="mt-4 !-mb-3 text-sm text-center italic">{ caption }</p>
11
)}
12
13
);
0 commit comments