Skip to content

Commit

Permalink
fix app link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed Sep 24, 2024
1 parent bec88d4 commit e6d354f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="navbar-item" exact-active-class="is-active">
<div @click="mobileMenu = false">
<a href="https://app.effect.network" target="_blank" class="button is-outlined is-primary"
<a href="https://app.effect.ai/" target="_blank" class="button is-outlined is-primary"
exact-active-class="is-active">
Launch App
</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
>
<a
target="_blank"
href="https://app.effect.network"
href="https://app.effect.ai/"
class="button is-primary mr-5"
>Launch App</a
>
Expand Down

0 comments on commit e6d354f

Please sign in to comment.