Skip to content

Commit

Permalink
add token link (#2310)
Browse files Browse the repository at this point in the history
* update add token link to go to token manager doc

* Update Chain.astro

* Update ccip-landing.astro
  • Loading branch information
gfletcher-cll authored Feb 4, 2025
1 parent 6041a7f commit 97092a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CCIP/Chain/Chain.astro
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const searchLanes = getSearchLanes({ environment })
<div>
<div class="ccip-heading">
<h2>Tokens <span>({allTokens.length})</span></h2>
<a class="button secondary" href="/ccip/concepts/cross-chain-tokens">Add my token</a>
<a class="button secondary" href="/ccip/tutorials/token-manager#verifying-your-token">Add my token</a>
</div>

<ChainTokenGrid tokens={allTokens} network={network} client:only="react" environment={environment} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/CCIP/Landing/ccip-landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const searchLanes = getSearchLanes({ environment })
<div>
<div class="ccip-heading">
<h2>Tokens <span>({allTokens.length})</span></h2>
<a class="button secondary" href="/ccip/concepts/cross-chain-tokens">Add my token</a>
<a class="button secondary" href="/ccip/tutorials/token-manager#verifying-your-token">Add my token</a>
</div>
<TokenGrid tokens={allTokens} environment={environment} client:load />
</div>
Expand Down

0 comments on commit 97092a5

Please sign in to comment.