Added new projects view

This commit is contained in:
Matthew Aaron Raymer
2023-01-09 15:57:58 +08:00
parent 487997b87c
commit 71546ea605
3 changed files with 90 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<!-- Projects -->
<li class="basis-1/5 rounded-md text-slate-500">
<router-link
:to="{ name: 'project' }"
:to="{ name: 'projects' }"
class="block text-center py-3 px-1"
><fa icon="folder-open" class="fa-fw"></fa
></router-link>