Closed amycommits closed 3 years ago
In the components/NavBar.vue
Find the Nuxt link that goes to Project and update it from
<div class="col-2"><nuxt-link to="/">Projects</nuxt-link></div>
to
<div class="col-2"><nuxt-link to="/project">Projects</nuxt-link></div>
Assign me, please.
Thank you so much!
In the components/NavBar.vue
Find the Nuxt link that goes to Project and update it from
<div class="col-2"><nuxt-link to="/">Projects</nuxt-link></div>
to
<div class="col-2"><nuxt-link to="/project">Projects</nuxt-link></div>