A few small fixes and adding some possible dependencies we'll need later

This commit is contained in:
Matthew Aaron Raymer
2022-11-30 16:36:21 +08:00
parent 3357ee08eb
commit 037fb09d82
8 changed files with 13049 additions and 443 deletions

View File

@@ -5,8 +5,11 @@
<div id="ViewBreadcrumb" class="mb-8">
<h1 class="text-lg text-center font-light relative px-7">
<!-- Cancel -->
<router-link :to="{ name:'project' }" class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"><fa icon="chevron-left" class="fa-fw"></fa>
</a>
<router-link
:to="{ name: 'project' }"
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
><fa icon="chevron-left" class="fa-fw"></fa>
</router-link>
Make Commitment
</h1>