diff --git a/src/components/Legend.tsx b/src/components/Legend.tsx
index 5b7b04e..353836b 100644
--- a/src/components/Legend.tsx
+++ b/src/components/Legend.tsx
@@ -45,6 +45,7 @@ function Legend(props: LegendProps) {
return (
+ {/* TODO: Change high and low text to scale values */}
High
Low
diff --git a/src/views/Home.tsx b/src/views/Home.tsx
index 7f52451..1f7ddca 100644
--- a/src/views/Home.tsx
+++ b/src/views/Home.tsx
@@ -106,11 +106,12 @@ function Home(this: any) {
// Here is where you list the components and elements that you want rendered.
return (
- // Calls the custom timeline component with the current week onChange function as parameters
+ {/* Calls the custom timeline component with the current week onChange function as parameters */}
- // Calls the custom legend component with the data type and species type as parameters.
+ {/* Calls the custom legend component with the data type and species type as parameters. */}
- // The leaflet map container
+
+ {/* Creates a map using the leaflet component */}
- // Adds the attributions to the map
+ {/* Adds the attributions to the map */}
- // Dropdown for data type
+ {/* Dropdown for data type */}
- //The dropdown for the species type
+ {/*The dropdown for the species type */}
- // Overlays an image that contains the data to be displayed on top of the map
+ { /* Overlays an image that contains the data to be displayed on top of the map */}