1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

change naming within blocks

This commit is contained in:
Peter Clement 2021-09-15 16:59:15 +01:00
parent 7b99574f4c
commit cd3beb3b6c

View file

@ -93,7 +93,11 @@
</svg>
{/if}
<div class="iconAlign">
<Body size="XS">When this happens:</Body>
{#if isTrigger}
<Body size="XS">When this happens:</Body>
{:else}
<Body size="XS">Do this:</Body>
{/if}
<Detail size="S">{block?.name?.toUpperCase() || ""}</Detail>
</div>