diff --git a/Frontend/public/images/plant-1573.svg b/Frontend/public/images/plant-1573.svg
new file mode 100644
index 0000000..1570b1f
--- /dev/null
+++ b/Frontend/public/images/plant-1573.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/Frontend/src/components/Piechart.jsx b/Frontend/src/components/Piechart.jsx
index 3c1a540..000802c 100644
--- a/Frontend/src/components/Piechart.jsx
+++ b/Frontend/src/components/Piechart.jsx
@@ -93,7 +93,7 @@ const Piechart = () => {
);
chart.render();
- // Get all the checkboxes by their class name
+ // Get all the checkboxes by their className name
const checkboxes = document.querySelectorAll(
'#devices input[type="checkbox"]'
);
@@ -130,16 +130,16 @@ const Piechart = () => {
return (
<>
-