1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

change naming within blocks

This commit is contained in:
Peter Clement 2021-09-15 16:59:15 +01:00
parent d9f2bd2caa
commit 1dfb69db7e

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>