From 0906f89d11cbb96bd8bff85e7e5444289f37b108 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:24:14 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/three/XRHudInWorld.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (