diff --git a/public/index.html b/public/index.html
index dbb3476facad259243bf012ba44fb64a4851aa19..e18ea4d0716dc6a6626e9ee3cdbded2be1fcde7c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -52,7 +52,7 @@ async function activateXR() {
   const torusMesh = new THREE.Mesh(torusGeometry, goldMaterial);
 
   // Scale the torus mesh to make it smaller
-  torusMesh.scale.set(0.5, 0.5, 0.5); 
+  torusMesh.scale.set(0.2, 0.2, 0.2); 
 
   // Add the torus mesh to the scene
   scene.add(torusMesh);