diff --git a/public/2-Hit.html b/public/2-Hit.html
index 4d359aa9c63931659e541e698bbb46a57d69ee33..2fee653f80a495bb95ded5aa30ed26a231ef2672 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -80,7 +80,7 @@ session.addEventListener("select", (event) => {
     const clone = flower.clone();
     clone.position.copy(reticle.position);
     // Set the desired scale for the icon.
-    const iconScale = 0.25; // Adjust the scale value as needed
+    const iconScale = 0.01; // Adjust the scale value as needed
     clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }