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-else>
|
||||
<NuxtLink to="/login">Log In / Create Account</NuxtLink>
|
||||
</li>
|
||||
<li>
|
||||
<NuxtLink to="/about">About this software</NuxtLink>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue