Browse Source

fix error on project screen hitting "back" with the chevron

split_build_process
Trent Larson 2 months ago
parent
commit
92fbde4f51
  1. 12
      src/views/NewEditProjectView.vue

12
src/views/NewEditProjectView.vue

@ -6,12 +6,14 @@
<div id="ViewBreadcrumb" class="mb-8">
<h1 class="text-lg text-center font-light relative px-7">
<!-- Cancel -->
<router-link
:to="{ name: 'project' }"
<!-- Back -->
<button
@click="$router.go(-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>
Edit Idea
>
<fa icon="chevron-left" class="fa-fw"></fa>
</button>
Edit Project Idea
</h1>
</div>

Loading…
Cancel
Save