This commit is contained in:
Aakansha Doshi 2023-08-30 20:32:56 +05:30
parent b47d46699a
commit c8fd157914

View File

@ -56,7 +56,7 @@ const ErrorComp = ({ error }: { error: string }) => {
textAlign: "center", textAlign: "center",
}} }}
> >
Error!! <p style={{ fontSize: "18px", fontWeight: "600" }}>{error}</p> Error! <p style={{ fontSize: "18px", fontWeight: "600" }}>{error}</p>
</div> </div>
); );
}; };
@ -198,7 +198,7 @@ const MermaidToExcalidraw = ({
<span <span
style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }} style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }}
> >
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. <br /> rendered as image in Excalidraw. <br />
Refer to the{" "} Refer to the{" "}
<a href="https://mermaid.js.org/syntax/flowchart.html">docs</a> to <a href="https://mermaid.js.org/syntax/flowchart.html">docs</a> to