Updates to add back buttons and known router paths

This commit is contained in:
Matthew Aaron Raymer
2022-11-30 14:39:24 +08:00
parent f28e2123b1
commit 65d4efb936
7 changed files with 17 additions and 38 deletions

View File

@@ -5,10 +5,7 @@
<div id="ViewBreadcrumb" class="mb-8">
<h1 class="text-lg text-center font-light relative px-7">
<!-- Cancel -->
<a
href="project-view.html"
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
><fa icon="chevron-left" class="fa-fw"></fa>
<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>
Make Commitment