Flowbite and commit feed #2

Merged
christian merged 3 commits from flowbite-svelte into main 2024-05-19 11:08:54 +00:00
Showing only changes of commit efedf27e70 - Show all commits

View File

@ -14,8 +14,8 @@
<div class="flex flex-col">
{#if description}
<p>with the message:</p>
<code>{description}</code>
<code>{@html description}</code>
{/if}
<a class="hover:text-slate-100" href={link}>view commit</a>
<a class="hover:text-slate-100" href={link}>view commit for more details</a>
</div>
</AccordionItem>