Fix new lines for instructions

This commit is contained in:
Nick Mowen 2022-11-11 08:07:54 -07:00
parent 42bc372d6e
commit f41a9fd363

View File

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