From 2d82109be1ba00c28f58ce3fef60e072622cdbd4 Mon Sep 17 00:00:00 2001 From: olive kimoto <98114904+olive-kimoto@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:54:07 +0200 Subject: [PATCH] allow html in appDescription --- src/components/sections/products/app/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/sections/products/app/index.tsx b/src/components/sections/products/app/index.tsx index 44e811b..984e044 100644 --- a/src/components/sections/products/app/index.tsx +++ b/src/components/sections/products/app/index.tsx @@ -53,7 +53,9 @@ const AppSection = ({ data }: Props) => { {data?.appHeading} -

{data?.appDescription}

+