mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix new lines for instructions (#4371)
* Fix new lines for instructions * Use correct formatting for list * Fix formatting
This commit is contained in:
parent
42bc372d6e
commit
e718d09c79
@ -202,12 +202,14 @@ ${Object.keys(objectMaskPoints)
|
|||||||
|
|
||||||
<Card
|
<Card
|
||||||
content={
|
content={
|
||||||
<p>
|
<div>
|
||||||
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.</p>
|
||||||
• Click to add a point.
|
<ul>
|
||||||
• Click and hold on an existing point to move it.
|
<li>Click to add a point.</li>
|
||||||
• Right-Click on an existing point to delete it.
|
<li>Click and hold on an existing point to move it.</li>
|
||||||
</p>
|
<li>Right-Click on an existing point to delete it.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
header="Instructions"
|
header="Instructions"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user