From 9b6c08008c0ca598a0af0d02dac1eee910cb0d51 Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Tue, 29 Jun 2021 18:42:45 +1000 Subject: [PATCH] Remove image dimension limitations --- components/article/sections/ArticleSectionFeatureImage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/article/sections/ArticleSectionFeatureImage.tsx b/components/article/sections/ArticleSectionFeatureImage.tsx index 4655a09..c4b0e06 100644 --- a/components/article/sections/ArticleSectionFeatureImage.tsx +++ b/components/article/sections/ArticleSectionFeatureImage.tsx @@ -10,11 +10,10 @@ interface Props { export function ArticleSectionFeatureImage({ featureImage, title }: Props) { return (
-
+
{featureImage?.description