Update workflow journal with string-based icons
This commit is contained in:
parent
0dd94bb07d
commit
ebc137a710
|
|
@ -270,9 +270,7 @@ export class ElsaWorkflowInstanceJournal {
|
|||
</div>}
|
||||
<div class="relative flex space-x-3">
|
||||
<div>
|
||||
<span class="h-8 w-8 rounded-full bg-green-500 flex items-center justify-center ring-8 ring-white">
|
||||
{activityIcon}
|
||||
</span>
|
||||
<span class="h-8 w-8 rounded-full bg-green-500 flex items-center justify-center ring-8 ring-white" innerHTML={activityIcon}/>
|
||||
</div>
|
||||
<div class="min-w-0 flex-1 pt-1.5 flex justify-between space-x-4">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue