Skip to content

Commit

Permalink
revert style
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Mar 8, 2024
1 parent 6af0a35 commit 3520ca6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/cadence_migration_guide/nft-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ because now the token standards support defining multiple token types in a singl
Most projects won't utilize this, but it is important to understand in relation
to some of the other changes that are needed, like the next one for example.

<p style="width: 50%;">
### Add type argument to `contract.createEmptyCollection()`
</p>

### Add type argument to `contract.createEmptyCollection()`

Because contracts can now define multiple token types, all `contract.createEmptyCollection()`
functions now have a `nftType` argument:
Expand Down

0 comments on commit 3520ca6

Please sign in to comment.