Skip to content

Commit

Permalink
Ajoute les informations static du composant
Browse files Browse the repository at this point in the history
  • Loading branch information
Charline-L committed Mar 4, 2025
1 parent 27beb1e commit cd0d83c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 2024-frontend/src/components/CanteenCreationFormSiret.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<script setup></script>

<template>
<div>
<p class="fr-mb-0">Mon établissement</p>
<p class="fr-hint-text">
Nous utilisons le site
<a href="https://annuaire-entreprises.data.gouv.fr/" target="_blank">annuaire-des-entreprises</a>
afin de retrouver les informations votre établissement
</p>
<DsfrSearchBar placeholder="Tapez votre n° SIRET" button-text="Rechercher" :large="true" />
</div>
</template>

0 comments on commit cd0d83c

Please # to comment.