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

@@ -4,11 +4,12 @@
<div id="ViewBreadcrumb" class="mb-8">
<h1 class="text-lg text-center font-light relative px-7">
<!-- Cancel -->
<a
href="start.html"
<button
@click="$router.go(-1)"
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
><fa icon="chevron-left"></fa>
</a>
>
<fa icon="chevron-left"></fa>
</button>
Import Existing Identity
</h1>
</div>