diff --git a/src/components/three/XRHudInWorld.tsx b/src/components/three/XRHudInWorld.tsx index 6f31dc7..37a34d6 100644 --- a/src/components/three/XRHudInWorld.tsx +++ b/src/components/three/XRHudInWorld.tsx @@ -204,9 +204,9 @@ function FloatingPanel({ const tabs: { id: Tab; label: string; icon: string }[] = [ { id: 'scene', label: 'Cena', icon: '🧩' }, { id: 'tools', label: 'Ferram.', icon: '🛠' }, - { id: 'transform', label: 'Mover', icon: '↔' }, { id: 'inspection', label: 'Inspeção', icon: '✓' }, { id: 'share', label: 'Compart.', icon: '📡' }, + { id: 'webxr', label: 'WebXR', icon: '⚙' }, ]; const W = 0.5, H = 0.36; return (