Skip to content

Commit

Permalink
remove earn
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames authored and nsjames committed Apr 2, 2024
1 parent d95ee08 commit 0d4af9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</figure>
<section class="nav-links">
<NuxtLink class="link" to="/">Learn</NuxtLink>
<NuxtLink class="link" to="/earn">Earn</NuxtLink>
<!-- <NuxtLink class="link" to="/earn">Earn</NuxtLink>-->
<!-- <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>
Expand Down Expand Up @@ -49,7 +49,7 @@
</section>
<section class="nav-links">
<NuxtLink @click.native="hamburgerOpen = false" class="link" to="/">Learn</NuxtLink>
<NuxtLink @click.native="hamburgerOpen = false" class="link" to="/earn">Earn</NuxtLink>
<!-- <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>
Expand Down
6 changes: 1 addition & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.13",
"version": "1.0.14",
"description": "EOS Network Foundation DevHub portal website frontend",
"repository": "https://github.com/eosnetworkfoundation/devhub",
"homepage": "https://learn.eosnetwork.com",
Expand All @@ -12,10 +12,6 @@
"license": "MIT",
"private": true,
"engineStrict": true,
"engines": {
"node": "16",
"yarn": "1"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
Expand Down

0 comments on commit 0d4af9b

Please sign in to comment.