Skip to content

Commit

Permalink
Move runner output to right panel (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: Chase Fleming <[email protected]>
  • Loading branch information
chasefleming and chasefleming authored Oct 21, 2024
1 parent 6c50133 commit 1c7975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Let's break down what this script does:
- **Run the Script**: Click the Run button to execute the script.
- **View the Output**: Observe the output returned by the script. You should see the current value of the `greeting` variable, which is `"Hello, World!"`.

<iframe sandbox className="flow-runner-iframe" src="https://run.dnz.dev/" width="100%" height="400px"></iframe>
<iframe sandbox className="flow-runner-iframe" src="https://run.dnz.dev?colormode=dark&output=horizontal&outputSize=200" width="100%" height="400px"></iframe>

## Understanding the `HelloWorld` Contract

Expand Down

0 comments on commit 1c7975d

Please sign in to comment.