diff --git a/src/hub.html b/src/hub.html
index 7830dce38385efee4b7c2fbddf24f2923bfa3188..db8fc797a683f253f4af888bea0eed1062aa53b1 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -217,7 +217,7 @@
                 </a-entity>
             </template>
 
-             <template id="pen-interactable">
+            <template id="pen-interactable">
                 <a-entity
                     gltf-model-plus="src: #interactable-pen; inflate: true;"
                     class="interactable sticky"
@@ -233,7 +233,6 @@
                         position="0 -0.18 0" 
                         radius="0.02" 
                         color="red" 
-                        position="0 -0.18 0" 
                         pen="camera: #player-camera; drawing: #my-first-drawing;"
                     ></a-sphere>
                 </a-entity>