update client brief header

This commit is contained in:
isUnknown 2024-10-02 15:33:57 +02:00
parent 13b6b371d7
commit da3714834a

View file

@ -1,6 +1,11 @@
<template>
<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" />
</main>
</template>