From 769a72eb8b3e76e4c676437a4b8f49d2d6b7265e Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Wed, 6 Jan 2021 00:21:30 -0500 Subject: [PATCH] Render images with BlockContent --- src/components/BlockContentWithExternalLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BlockContentWithExternalLinks.tsx b/src/components/BlockContentWithExternalLinks.tsx index fee0822..082f6f3 100644 --- a/src/components/BlockContentWithExternalLinks.tsx +++ b/src/components/BlockContentWithExternalLinks.tsx @@ -17,7 +17,7 @@ export default function BlockContentWithExternalLinks({ } }} > - + ); }