diff --git a/src/components/InfoCard/InfoCard.tsx b/src/components/InfoCard/InfoCard.tsx index 45a537f7c..81fc9363d 100644 --- a/src/components/InfoCard/InfoCard.tsx +++ b/src/components/InfoCard/InfoCard.tsx @@ -13,7 +13,7 @@ export const InfoCard = ({ content }: InfoCardProps) => { const editor = useEditor({ content, editable: false, - editorProps:{ attributes:{ style: 'padding: 0;' }, }, + editorProps: { attributes: { style: 'padding: 0;' }, }, extensions: [ StarterKit, Link, @@ -21,22 +21,18 @@ export const InfoCard = ({ content }: InfoCardProps) => { }); return ( - + - - + +