diff --git a/src/components/three/XRHudInWorld.tsx b/src/components/three/XRHudInWorld.tsx
index ce1dd1f..f66c88a 100644
--- a/src/components/three/XRHudInWorld.tsx
+++ b/src/components/three/XRHudInWorld.tsx
@@ -239,9 +239,9 @@ function FloatingPanel({
{tabs.map((t, i) => (
setTab(t.id)} fontSize={0.0075} />
+ onClick={() => setTab(t.id)} fontSize={0.0072} />
))}
@@ -249,6 +249,7 @@ function FloatingPanel({
{tab === 'scene' && }
{tab === 'tools' && }
{tab === 'inspection' && }
+ {tab === 'capture' && }
{tab === 'share' && }
{tab === 'webxr' && }