From 17bd510ab2d4a9f85ffd2c12f034bb35e723d28e Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Mon, 12 Jan 2026 08:09:33 +0100 Subject: [PATCH] Update nft-mint-card.mdx --- docs/onchainkit/mint/nft-mint-card.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/onchainkit/mint/nft-mint-card.mdx b/docs/onchainkit/mint/nft-mint-card.mdx index f28239e01..5ec957804 100644 --- a/docs/onchainkit/mint/nft-mint-card.mdx +++ b/docs/onchainkit/mint/nft-mint-card.mdx @@ -218,7 +218,7 @@ export default function NFTComponent() { ## Compatibility -The mint component uses a custom buildMintTransaction implementation which supports Coinbase mints as well as [`these supported platforms on reservoir`](https://docs.reservoir.tools/docs/minting#platform-support). If your contract is not supported, please follow the [`bring your own data instructions`](#bring-your-own-data) below. +The mint component uses a custom `buildMintTransaction` implementation which supports Coinbase mints as well as [`these supported platforms on reservoir`](https://docs.reservoir.tools/docs/minting#platform-support). If your contract is not supported, please follow the [`bring your own data instructions`](#bring-your-own-data) below. ## Advanced Usage