Add loaction to the left of the footer

This commit is contained in:
Tom Hubrecht 2022-03-06 01:14:43 +01:00
parent c9bda4905b
commit a7a674e431

View file

@ -15,9 +15,11 @@
{/each}
</ModalBody>
{/if}
{#if event.extendedProps.location}
<ModalFooter>
<ModalFooter class="justify-content-start">
<Icon name="geo" />
<span>{event.extendedProps.location}</span>
</ModalFooter>
{/if}
</Modal>