Fix new lines for instructions (#4371)

* Fix new lines for instructions

* Use correct formatting for list

* Fix formatting
This commit is contained in:
Nicolas Mowen 2022-11-13 11:49:08 -07:00 committed by GitHub
parent 42bc372d6e
commit e718d09c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
/> />
@ -215,7 +217,7 @@ ${Object.keys(objectMaskPoints)
<Card <Card
content={ content={
<p> <p>
When done, copy each mask configuration into your <code className="font-mono">config.yml</code> file When done, copy each mask configuration into your <code className="font-mono">config.yml</code> file
restart your Frigate instance to save your changes. restart your Frigate instance to save your changes.
</p> </p>
} }