summaryrefslogtreecommitdiff
path: root/src/components/image.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/image.js')
-rw-r--r--src/components/image.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/image.js b/src/components/image.js
index a84d418..a64b31d 100644
--- a/src/components/image.js
+++ b/src/components/image.js
@@ -25,7 +25,6 @@ export const Image = ({ imgUrl, caption, noShadow }) => {
<a href={imgUrl} target="_blank" rel="noopener noreferrer">
<img css={imgStyle} src={imgUrl} alt={caption} />
</a>
- <figcaption>{caption}</figcaption>
</div>
)
}