Skip to content

Commit

Permalink
#344 - revert token bridge link name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Aug 30, 2023
1 parent 5dad200 commit 4d61ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/cosmos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="links-list">
<div class="links-list-inner">
<a class="link" href="/" target="_blank" aria-current="page">
Bridge
Token Bridge
</a>
<a class="link" href="https://portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
USDC
Expand Down
2 changes: 1 addition & 1 deletion public/sui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="links-list">
<div class="links-list-inner">
<a class="link" href="/" target="_blank" aria-current="page">
Bridge
Token Bridge
</a>
<a class="link" href="https://portalbridge.com/usdc-bridge" target="_blank" rel="noopener noreferrer">
USDC
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function App() {
color="inherit"
className={classes.link}
>
Bridge
Token Bridge
</Link>
<Link
href={`${process.env.PUBLIC_URL}/usdc-bridge`}
Expand Down

0 comments on commit 4d61ffd

Please sign in to comment.