add left icon

This commit is contained in:
Julien Calixte
2023-04-19 23:57:22 +02:00
parent 2f982a4b3a
commit bb6c425f32
2 changed files with 7 additions and 1 deletions

View File

@@ -39,7 +39,9 @@ const isSuperiorToEstimation = computed(() => {
<template>
<main class="task-record" v-if="task">
<h1 class="title">
<button @click="$router.go(-1)" class="button is-white"></button>
<button @click="$router.go(-1)" class="button is-white">
<img src="/icons/left.svg" alt="go back" />
</button>
{{ task.title }}
</h1>
<h2 class="subtitle" v-if="record">