Skip to content

Commit

Permalink
Merge pull request #203 from effectai/navbar
Browse files Browse the repository at this point in the history
Add bridge to taskbar
  • Loading branch information
jeisses committed Oct 18, 2023
2 parents 8403bc2 + b664b63 commit e031d77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
Staking
</nuxt-link>
</div>
<div @click="mobileMenu = false">
<a
href="https://bridge.effect.network/"
class="navbar-item"
target="_blank"
rel="noopener noreferrer">
Bridge
</a>
</div>
<div @click="mobileMenu = false">
<nuxt-link class="navbar-item" to="/proposals" exact-active-class="is-active">
Proposals
Expand Down

0 comments on commit e031d77

Please sign in to comment.