From d18ab90b881fbf4b53eff57b86b0da44e500a572 Mon Sep 17 00:00:00 2001
From: Nick Mowen
Date: Sun, 13 Nov 2022 09:46:49 -0700
Subject: [PATCH] Use correct formatting for list
---
web/src/routes/CameraMap.jsx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/web/src/routes/CameraMap.jsx b/web/src/routes/CameraMap.jsx
index 2c99c39bc..fcdd48abf 100644
--- a/web/src/routes/CameraMap.jsx
+++ b/web/src/routes/CameraMap.jsx
@@ -202,12 +202,12 @@ ${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"
/>