Skip to content

Commit

Permalink
update usdc bridge links (#216)
Browse files Browse the repository at this point in the history
* update usdc bridge links

* [skip ci] - bump version
  • Loading branch information
sebastianscatularo authored Jun 27, 2023
1 parent 1f5f5c9 commit cc360fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xlabs/portal-bridge-ui",
"version": "0.1.41",
"version": "0.1.42",
"private": true,
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.18",
Expand Down
4 changes: 2 additions & 2 deletions public/sui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<span>
Experience frictionless USDC transfers between Ethereum and Avalanche with Circle's CCTP.
</span>
<a class="cctp-link" href="https://www.portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
<a class="cctp-link" href="https://portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
TRY IT NOW
</a>
</div>
Expand All @@ -59,7 +59,7 @@
<a class="link" href="/" target="_blank" aria-current="page">
Token Bridge
</a>
<a class="link" href="https://www.portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
<a class="link" href="https://portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
USDC Bridge
</a>
<a class="link active" href="#" aria-current="page">
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function App() {
Avalanche with Circle's CCTP.{" "}
</span>
<Link
href="https://www.portalbridge.com/usdc-bridge"
href="https://portalbridge.com/usdc-bridge"
target="_blank"
rel="noopener noreferrer"
color="inherit"
Expand Down Expand Up @@ -247,7 +247,7 @@ function App() {
Token Bridge
</Link>
<Link
href="https://www.portalbridge.com/usdc-bridge"
href="https://portalbridge.com/usdc-bridge"
target="_blank"
rel="noopener noreferrer"
color="inherit"
Expand Down

0 comments on commit cc360fb

Please sign in to comment.