update client brief header
This commit is contained in:
parent
13b6b371d7
commit
da3714834a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<main class="flex flex-col items-stretch | w-full">
|
<main class="flex flex-col items-stretch | w-full">
|
||||||
<Header />
|
<header class="flex | bg-white | rounded-2xl | p-8 mb-16">
|
||||||
|
<router-link :to="'/' + page.parent">
|
||||||
|
<h1 class="font-serif | px-8">Retour au projet</h1>
|
||||||
|
</router-link>
|
||||||
|
<button class="btn | ml-auto">Valider et envoyer le brief</button>
|
||||||
|
</header>
|
||||||
<component :is="stepsComponents[currentStep]" @update:step="changeStep" />
|
<component :is="stepsComponents[currentStep]" @update:step="changeStep" />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue