Add About page with info about the project
Provide a rudimentary description of what this project does, existing features and future planned work.
This commit is contained in:
parent
9299fa2682
commit
e01e162367
3 changed files with 39 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
<li v-if="accountStore.isAdmin">
|
||||
<NuxtLink to="/admin">Admin</NuxtLink>
|
||||
</li>
|
||||
<li>
|
||||
<NuxtLink to="/about">About</NuxtLink>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="account">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue