Add loaction to the left of the footer
This commit is contained in:
parent
c9bda4905b
commit
a7a674e431
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue