Skip to content

Commit

Permalink
fix: update mantle sepolia link
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryY999 committed Mar 15, 2024
1 parent 0c9ff56 commit f291228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ yarn-error.log*

# translations
**/src/i18n

/.idea
4 changes: 2 additions & 2 deletions apps/bridge/src/components/bridge/utils/AdditionalLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export function AdditionalLinks() {
<MantleLink
variant="additionalLinks"
target="blank"
href="https://faucet.testnet.mantle.xyz/"
href="https://faucet.sepolia.mantle.xyz/"
>
Mantle Testnet Faucet
Mantle Sepolia Faucet
</MantleLink>
) : (
<>
Expand Down

0 comments on commit f291228

Please sign in to comment.