Skip to content

Commit

Permalink
fix: bridge to ethereum button
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 22, 2023
1 parent c52e576 commit 8d93081
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion components/BridgeFromEthereumButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DestinationItem
:icon-url="destinations.ethereum.iconUrl"
as="RouterLink"
:to="{ name: 'bridge' }"
:to="{ name: 'index' }"
variant="primary"
>
<template #label>
Expand Down
4 changes: 0 additions & 4 deletions hyperchains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,3 @@ Build the application for production:
```bash
npm run generate:node:hyperchain
```
#### 🌉 Bridge
If your Hyperchain is connected to L1, you can also access Bridge on `/bridge` page.

0 comments on commit 8d93081

Please sign in to comment.