Fix formatting

This commit is contained in:
Nick Mowen 2022-11-13 09:49:23 -07:00
parent d18ab90b88
commit a364f5c327

View File

@ -202,12 +202,14 @@ ${Object.keys(objectMaskPoints)
<Card <Card
content={ content={
<div>
<p>This tool can help you create masks & zones for your {camera} camera.</p> <p>This tool can help you create masks & zones for your {camera} camera.</p>
<ul> <ul>
<li>Click to add a point.</li> <li>Click to add a point.</li>
<li>Click and hold on an existing point to move it.</li> <li>Click and hold on an existing point to move it.</li>
<li>Right-Click on an existing point to delete it.</li> <li>Right-Click on an existing point to delete it.</li>
</ul> </ul>
</div>
} }
header="Instructions" header="Instructions"
/> />