We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c9f9d commit 7300e3dCopy full SHA for 7300e3d
src/pages/index.tsx
@@ -436,14 +436,14 @@ export default function Home() {
436
disabled={!isVRSupported}
437
onClick={() => toggleXR('immersive-vr')}
438
label="Virtual Reality"
439
- />
+ />*/}
440
441
<MenuButton
442
large={isVRHeadset}
443
icon={CodeBracketSquareIcon}
444
onClick={() => setShowDebug(true)}
445
label="debug"
446
- />*/}
+ />
447
448
{ showChatMode ? (
449
0 commit comments