fix error on project screen hitting "back" with the chevron
This commit is contained in:
@@ -6,12 +6,14 @@
|
|||||||
<div id="ViewBreadcrumb" class="mb-8">
|
<div id="ViewBreadcrumb" class="mb-8">
|
||||||
<h1 class="text-lg text-center font-light relative px-7">
|
<h1 class="text-lg text-center font-light relative px-7">
|
||||||
<!-- Cancel -->
|
<!-- Cancel -->
|
||||||
<router-link
|
<!-- Back -->
|
||||||
:to="{ name: 'project' }"
|
<button
|
||||||
|
@click="$router.go(-1)"
|
||||||
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
||||||
><fa icon="chevron-left" class="fa-fw"></fa
|
>
|
||||||
></router-link>
|
<fa icon="chevron-left" class="fa-fw"></fa>
|
||||||
Edit Idea
|
</button>
|
||||||
|
Edit Project Idea
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user