Skip to content

Commit f2c42da

Browse files
committed
Test hide Callout image
1 parent eabaf7a commit f2c42da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Callout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ const Callout = ({
5252
}) => {
5353
return (
5454
<StyledCard className={className}>
55-
<Image
55+
{/* <Image
5656
fluid={image}
5757
alt={`${title} image`}
5858
maxImageWidth={maxImageWidth}
59-
/>
59+
/> */}
6060
<Content>
6161
<div>
6262
<h3>{title}</h3>

0 commit comments

Comments
 (0)