Skip to content

Commit

Permalink
Files with broken image links to test the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 8, 2024
1 parent d69b4b1 commit 2fd9813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dApps/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ When creating a frontend application that uses the Tezos blockchain, you will mo

There are some best practices to follow when you use one of these frameworks to make sure that your code is safe, your app behaves in the intended way and your users enjoy a great experience. Here are the most important ones.

![smorg](/img/whatever.jpg)

## Dapp lifecycle

The JS framework of your choice probably introduces different functions or models to manage the lifecycles of your application: when it's mounted, when it's updated, and when it's unmounted.
Expand Down
2 changes: 1 addition & 1 deletion docs/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The origination of a Tezos smart contract must define:
* The initial value of the storage
* A set of instructions in Michelson

<Figure src="/img/tezos_smart_contract_content.svg" caption="Figure 1: The contents of a Tezos smart contract" />
<Figure src="/img/tezos_smart_contract_contentssfsfs.svg" caption="Figure 1: The contents of a Tezos smart contract" />

After the contract is deployed, it cannot be changed or removed from the blockchain.

Expand Down

0 comments on commit 2fd9813

Please sign in to comment.