Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit a6cdeb1

Browse files
a-bahdanaunovusnota
authored andcommitted
feat: add callout
1 parent f1be4f8 commit a6cdeb1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/cookbook/nfts.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Non-Fungible Tokens (NFTs)
22

3-
4-
import { Callout, Tabs } from 'nextra/components';
3+
import { Callout } from 'nextra/components';
54

65
This page lists common examples of working with [NFTs](https://docs.ton.org/develop/dapps/asset-processing/nfts).
76

@@ -183,9 +182,12 @@ receive(msg: NFTReportRoyaltyParams) {
183182

184183
## NFT Collection methods
185184

186-
These methods are not part of any standard, and they will only work with [this specific implementation](https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-collection.fc). Please keep this in mind before using them.
187185

188-
Additionally, note that only NFT owners are allowed to use these methods.
186+
<Callout type="warning" emoji="⚠️">
187+
These methods are not part of any standard, and they will only work with [this specific implementation](https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-collection.fc). Please keep this in mind before using them.
188+
</Callout>
189+
190+
Note that only NFT owners are allowed to use these methods.
189191

190192
### Deploy NFT
191193

0 commit comments

Comments
 (0)