Skip to content

Commit

Permalink
fix: modify 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 ac3a5da
Show file tree
Hide file tree
Showing 7 changed files with 41 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/
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/mantle-xyz.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 ac3a5da

Please sign in to comment.