Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Nov 13, 2022
1 parent d18ab90 commit a364f5c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions web/src/routes/CameraMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,14 @@ ${Object.keys(objectMaskPoints)

<Card
content={
<p>This tool can help you create masks & zones for your {camera} camera.</p>
<ul>
<li>Click to add a point.</li>
<li>Click and hold on an existing point to move it.</li>
<li>Right-Click on an existing point to delete it.</li>
</ul>
<div>
<p>This tool can help you create masks & zones for your {camera} camera.</p>
<ul>
<li>Click to add a point.</li>
<li>Click and hold on an existing point to move it.</li>
<li>Right-Click on an existing point to delete it.</li>
</ul>
</div>
}
header="Instructions"
/>
Expand Down

0 comments on commit a364f5c

Please sign in to comment.