From f41a9fd3633ca4e2c789c3a9e11bee2438645c8d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 11 Nov 2022 08:07:54 -0700 Subject: [PATCH] Fix new lines for instructions --- web/src/routes/CameraMap.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/routes/CameraMap.jsx b/web/src/routes/CameraMap.jsx index 9ac3013c2..2c99c39bc 100644 --- a/web/src/routes/CameraMap.jsx +++ b/web/src/routes/CameraMap.jsx @@ -203,10 +203,10 @@ ${Object.keys(objectMaskPoints) - 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.
+ • Click to add a point.
+ • Click and hold on an existing point to move it.
+ • Right-Click on an existing point to delete it.

} header="Instructions" @@ -215,7 +215,7 @@ ${Object.keys(objectMaskPoints) - When done, copy each mask configuration into your config.yml file + When done, copy each mask configuration into your config.yml file restart your Frigate instance to save your changes.

}