tweak text

This commit is contained in:
Aakansha Doshi 2023-09-04 10:42:05 +05:30
parent aa6b585b96
commit 9d22e84fc8
2 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,7 @@
font-size: 14px;
font-style: normal;
font-weight: 600;
margin-bottom: 8px;
margin-bottom: 4px;
margin-left: 4px;
}

View File

@ -199,11 +199,12 @@ const MermaidToExcalidraw = ({
<span
style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }}
>
Currently only flowcharts are supported. The other types will be
rendered as image in Excalidraw. <br />
Refer to the{" "}
<a href="https://mermaid.js.org/syntax/flowchart.html">docs</a> to
get started.
Currently only{" "}
<a href="https://mermaid.js.org/syntax/flowchart.html">
flowcharts
</a>{" "}
are supported. The other types will be rendered as image in
Excalidraw. <br />
</span>
</>
}