Skip to content

Commit

Permalink
nit: change key experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Aug 24, 2023
1 parent fa9143f commit 3d7648b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neurofusion/next-client/src/components/lab/experiment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ export const Experiment: FC = () => {
Press 'Spacebar' to start the game. We will be recording brain activity & correlate with spacebar presses.
</h3>
<>
{/* <iframe
<iframe
src="https://codesandbox.io/embed/flappy-bird-neurofusion-g8pml3?fontsize=14&hidenavigation=1&theme=dark"
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title="flappy-bird"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking; download; fullscreen;"
sandbox="allow-forms allow-downloads allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe> */}
<iframe
></iframe>
{/* <iframe
src="/api/CDN?id=1&file=index.html"
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title="Stroop"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking; download; fullscreen;"
sandbox="allow-forms allow-downloads allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
></iframe> */}
</>
<>
{sandboxData !== "" && (
Expand Down

1 comment on commit 3d7648b

@vercel
Copy link

@vercel vercel bot commented on 3d7648b Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-git-master-neurofusion-research-inc.vercel.app
fusion-neurofusion-research-inc.vercel.app
usefusion.app
www.usefusion.app

Please sign in to comment.