Skip to content

Commit

Permalink
Add meeting point
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jul 7, 2023
1 parent 665c57e commit 1495965
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion front-vite/src/components/EventSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@
</div>
</div>

<div class="col-span-full">
<label class="block text-sm font-medium leading-6 text-gray-900">Lieu de RDV</label>
<div class="mt-2 flex-1 overflow-scroll min-h-[4rem] rounded-sm shadow-sm ring-1 ring-inset ring-gray-300 cursor-not-allowed max-h-[10rem] p-2 text-gray-600 sm:text-sm sm:leading-6" v-html="event.meeting_point" />
</div>

<div class="col-span-full">
<label class="block text-sm font-medium leading-6 text-gray-900">Informations pratiques (fr)</label>
<div class="mt-2 flex-1 overflow-scroll min-h-[4rem] rounded-sm shadow-sm ring-1 ring-inset ring-gray-300 cursor-not-allowed max-h-[10rem] p-2 text-gray-600 sm:text-sm sm:leading-6" v-html="event.practical_info_fr" />
Expand Down Expand Up @@ -159,7 +164,7 @@ const props = defineProps({
event: {
type: Object,
required: true,
},
},
gtevent: {
type: Object,
required: false
Expand Down

0 comments on commit 1495965

Please sign in to comment.