Skip to content

Commit 3cdbb8d

Browse files
committed
Put warning in a callout as per @sbvegan
1 parent 5055e3c commit 3cdbb8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/stack/interop/tutorials/transfer-superchainERC20.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ import { Callout, Steps } from 'nextra/components'
1515

1616
This guide shows how to transfer `SuperchainERC20` tokens between chains programmatically.
1717

18-
<Callout>
19-
This tutorial provides step-by-step instructions for transferring `SuperchainERC20` tokens using code.
18+
Note that this tutorial provides step-by-step instructions for transferring `SuperchainERC20` tokens using code.
2019

21-
* For a detailed behind-the-scenes explanation, [see the explainer](../superchain-erc20#how-it-works).
22-
* For a sample UI that bridges a `SuperchainERC20` token, [see here](https://interop-alpha-app.superchain.tools/).
23-
</Callout>
20+
* For a detailed behind-the-scenes explanation, [see the explainer](../superchain-erc20#how-it-works).
21+
* For a sample UI that bridges a `SuperchainERC20` token, [see here](https://interop-alpha-app.superchain.tools/).
2422

2523
## Overview
2624

27-
**Warning:** Always verify your addresses and amounts before sending transactions.
28-
Cross-chain transfers cannot be reversed.
25+
<Callout type="warning">
26+
Always verify your addresses and amounts before sending transactions.
27+
Cross-chain transfers cannot be reversed.
28+
</Callout>
2929

3030
### What you'll build
3131

0 commit comments

Comments
 (0)