HOTFIX: Corrected display of timeline description
This commit is contained in:
parent
41c6964679
commit
e081a0cb3e
@ -21,7 +21,7 @@
|
||||
|
||||
<Collapsible open={i==0}>
|
||||
<span slot="label" class="text-2lg font-semibold text-red-400 mt-1 focus:outline-none hover:underline transition">{entry.title}</span>
|
||||
<span slot="content">{entry.description}</span>
|
||||
<span slot="content">{@html entry.description}</span>
|
||||
</Collapsible>
|
||||
</div>
|
||||
{/each}
|
||||
|
Loading…
x
Reference in New Issue
Block a user