amycommits / civic_hacking_hub

A place where people can find nonprofits to code for.
2 stars 13 forks source link

Update Navbar nuxt link #45

Closed amycommits closed 3 years ago

amycommits commented 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>

valwebd commented 3 years ago

Assign me, please.

amycommits commented 3 years ago

Thank you so much!