Skip to content

Commit

Permalink
add link back to eosnetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames authored and nsjames committed Oct 13, 2023
1 parent ab02d2d commit d0c3698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<!-- <NuxtLink class="link" to="/discover?type=tools">Discover</NuxtLink>-->
<!-- <NuxtLink class="link" to="/docs">Docs</NuxtLink>-->
<a href="https://docs.eosnetwork.com" target="_blank" rel="noopener noreferrer" class="link">Docs</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" class="link">What is EOS?</a>
</section>
<section class="account" v-if="loading"></section>
<section class="account" v-else>
Expand Down Expand Up @@ -51,6 +52,7 @@
<NuxtLink @click.native="hamburgerOpen = false" class="link" to="/earn">Earn</NuxtLink>
<!-- <NuxtLink @click.native="hamburgerOpen = false" class="link" to="/discover?type=tools">Discover</NuxtLink>-->
<a href="https://docs.eosnetwork.com" target="_blank" rel="noopener noreferrer" @click.native="hamburgerOpen = false" class="link">Docs</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" @click.native="hamburgerOpen = false" class="link">What is EOS?</a>
</section>
</section>
</nav>
Expand Down

0 comments on commit d0c3698

Please sign in to comment.