diff --git a/app/components/RichText.tsx b/app/components/RichText.tsx index 970c11d..54d6e9d 100644 --- a/app/components/RichText.tsx +++ b/app/components/RichText.tsx @@ -176,7 +176,11 @@ function buildConverters(quoteLabel: string): JSXConvertersFunction { }, listitem: ({ node, nodesToJSX }) =>
  • {nodesToJSX({ nodes: node.children })}
  • , link: ({ node, nodesToJSX }) => ( - + {nodesToJSX({ nodes: node.children })} ),