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} {/each}
</ModalBody> </ModalBody>
{/if} {/if}
{#if event.extendedProps.location} {#if event.extendedProps.location}
<ModalFooter> <ModalFooter class="justify-content-start">
<Icon name="geo" /> <Icon name="geo" />
<span>{event.extendedProps.location}</span>
</ModalFooter> </ModalFooter>
{/if} {/if}
</Modal> </Modal>