diff --git a/public/index.html b/public/index.html
index 80e395cf42243be0021ee974e5d6e23cd1a2891f..b497b075f68fa5166c93cc78df8f9d271ab0259b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,8 +39,7 @@
 
         // Embedded CSV data as a string (Add pins here manually)
         const csvData = `lat,lng,name,color
-48.773330,9.181970,Muhammad's first study area,#ff0000
-51.515,-0.1,Another Pin,#00ff00`;
+48.773330,9.181970,Muhammad's first study area,#0000ff`;
 
         // Function to load pins from CSV and add them to the map
         function loadPins() {