Use correct formatting for list

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

View File

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