diff --git a/docs/tutorials/smart-contract/smartpy.mdx b/docs/tutorials/smart-contract/smartpy.mdx index a07eeb897..1293f3c51 100644 --- a/docs/tutorials/smart-contract/smartpy.mdx +++ b/docs/tutorials/smart-contract/smartpy.mdx @@ -217,7 +217,9 @@ def test(): Before you can deploy the contract to Tezos, you must compile it to Michelson, the base language of Tezos contracts. The compilation process automatically runs the tests. -1. Compile the contract and run the tests by clicking the **Run Code** ![](/img/tutorials/smartpy-ide-run.png) button. +1. Compile the contract and run the tests by clicking the **Run Code** button: + + ![](/img/tutorials/smartpy-ide-run.png) The right-hand pane of the online IDE shows the results of the simulation, compilation, and testing process. The first step is simulating the deployment (origination) of the contract. diff --git a/static/img/tutorials/smartpy-ide-run.png b/static/img/tutorials/smartpy-ide-run.png index ee3b3769e..4c6ac456c 100644 Binary files a/static/img/tutorials/smartpy-ide-run.png and b/static/img/tutorials/smartpy-ide-run.png differ