Skip to content

Commit

Permalink
feat: ✨ Add 2 buttons on StartPage
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC committed May 30, 2023
1 parent 6f54591 commit 529aa61
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions frontend/src/views/StartPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,31 @@
<p class="accueil-subtitle">
Identification automatique des armes à feu
</p>
<router-link
v-slot="{navigate}"
:to="{name:'StartPage'}"
>
<DsfrButton
class=" w-14rem mb-4 p-2 whitespace-pre-line"
label="Je veux mettre en sécurité mon arme"
size="small"
@click="navigate()"
/>
</router-link>
<router-link
v-slot="{navigate}"
:to="{name:'Instructions'}"
>
<DsfrButton
label="Démarrer"
class=" w-14rem mb-4 p-2 whitespace-pre-line"
label="J’ai déjà mis mon arme en sécurité, je veux l’identifier"
size="small"
@click="navigate()"
/>
</router-link>
<div class="footer footer-up footer-text">
Basegun est un <span class="bold">outil d'aide à la décision</span>.
<span class="bold">Il ne remplace en aucun cas l'avis d'un expert</span>.
Basegun est un <span class="font-bold">outil d'aide à la décision</span>.
Il <span class="font-bold">ne remplace en aucun cas l'avis d'un expert</span>.
</div>
</div>
</template>
Expand Down

0 comments on commit 529aa61

Please sign in to comment.