From c8fd157914dc0fde7a460d71a3921b6e009e2d09 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 30 Aug 2023 20:32:56 +0530 Subject: [PATCH] tweak --- src/components/MermaidToExcalidraw.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MermaidToExcalidraw.tsx b/src/components/MermaidToExcalidraw.tsx index 4cdb43179..28ac409f9 100644 --- a/src/components/MermaidToExcalidraw.tsx +++ b/src/components/MermaidToExcalidraw.tsx @@ -56,7 +56,7 @@ const ErrorComp = ({ error }: { error: string }) => { textAlign: "center", }} > - Error!!

{error}

+ Error!

{error}

); }; @@ -198,7 +198,7 @@ const MermaidToExcalidraw = ({ - Currently only flowcharts are supported. The other types would be + Currently only flowcharts are supported. The other types will be rendered as image in Excalidraw.
Refer to the{" "} docs to