From 35ae2e3846dfd4b0d0ac3fc8ed97a637a8e34fb8 Mon Sep 17 00:00:00 2001 From: QuantumFUD <0xwhalehodl@gmail.com> Date: Mon, 26 Jan 2026 08:09:48 +0100 Subject: [PATCH] Update token-row.mdx --- docs/onchainkit/token/token-row.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/onchainkit/token/token-row.mdx b/docs/onchainkit/token/token-row.mdx index a727b83f2..697854234 100644 --- a/docs/onchainkit/token/token-row.mdx +++ b/docs/onchainkit/token/token-row.mdx @@ -6,7 +6,7 @@ The `TokenRow` component displays token information in a row format to be used i ## Usage -Token with an image url +Token with an image url: ```tsx // @noErrors: 1109 - Expression expected @@ -36,7 +36,7 @@ const token = { ... }; /> */} -Token without an image url +Token without an image url: ```tsx // @noErrors: 1109 - Expression expected @@ -66,7 +66,7 @@ const token = { ... }; /> */} -Token with an amount +Token with an amount: ```tsx // @noErrors: 1109 - Expression expected @@ -110,7 +110,7 @@ const token = { ... }; /> */} -Variations with `hideImage` and `hideSymbol` +Variations with `hideImage` and `hideSymbol`: ```tsx // @noErrors: 1109 - Expression expected