Change speaker key to label
This commit is contained in:
parent
12ede023c7
commit
ac4af4dbd7
2 changed files with 18 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
{% for slot in slots %}
|
||||
<li class="tw-pt-4 lg:tw-pt-6 {{ loop.last ?: 'tw-pb-4 lg:tw-pb-6 tw-border-solid tw-border-0 tw-border-b tw-border-purple-400' }}">
|
||||
<span class="tw-flex tw-items-center tw-justify-between tw--mx-6">
|
||||
<span class="tw-px-6 tw-text-gray-200 tw-flex-1 tw-text-left">{{ slot.speaker }}</span>
|
||||
<span class="tw-px-6 tw-text-gray-200 tw-flex-1 tw-text-left">{{ slot.label }}</span>
|
||||
<span class="tw-px-6 tw-font-semibold">{{ slot.time }}</span>
|
||||
</span>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue