HOTFIX: Corrected display of timeline description
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m24s
Build and Push Development Docker Image / build-and-push (push) Successful in 26s

This commit is contained in:
Luke Else 2025-05-27 00:35:18 +01:00
parent 41c6964679
commit e081a0cb3e
Signed by: luke-else
GPG Key ID: B44FAF5CD3964A56

View File

@ -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}