From 8833e4a67b8fb41f00795d0e87ab7722f6641ca6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Bahdanau Date: Fri, 27 Sep 2024 10:39:16 +0300 Subject: [PATCH] feat: add callout --- pages/cookbook/nfts.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/cookbook/nfts.mdx b/pages/cookbook/nfts.mdx index fa3b8a9d..4c2924e3 100644 --- a/pages/cookbook/nfts.mdx +++ b/pages/cookbook/nfts.mdx @@ -1,7 +1,6 @@ # Non-Fungible Tokens (NFTs) - -import { Callout, Tabs } from 'nextra/components'; +import { Callout } from 'nextra/components'; This page lists common examples of working with [NFTs](https://docs.ton.org/develop/dapps/asset-processing/nfts). @@ -183,9 +182,12 @@ receive(msg: NFTReportRoyaltyParams) { ## NFT Collection methods -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. -Additionally, note that only NFT owners are allowed to use these methods. + + 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. + + +Note that only NFT owners are allowed to use these methods. ### Deploy NFT