excalidraw/dev-docs/docs
Wabweni Brian 36e56267c9
docs: add missing closing angle bracket in integration.mdx (#7729)
Update integration.mdx: Fix missing closing angle bracket in code sample

 A closing angle bracket was missing in a code sample.

Original code:
<div style={{height:"500px", width:"500px"}}
    <Excalidraw />
</div>

Changes:

<div style={{height:"500px", width:"500px"}}>
    <Excalidraw />
</div>
2024-02-27 07:19:20 +00:00
..
@excalidraw docs: add missing closing angle bracket in integration.mdx (#7729) 2024-02-27 07:19:20 +00:00
assets fix: show error message when measureText API breaks in brave (#6336) 2023-03-13 19:46:09 +05:30
codebase Small typo fix frames.mdx (#7216) 2023-11-10 15:23:43 +01:00
introduction docs: changelog instruction removed from docs (#7395) 2023-12-06 11:36:39 +05:30