small adjustments of commit component
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m51s

This commit is contained in:
christian 2024-05-19 13:03:33 +02:00
parent f7e8a04e92
commit efedf27e70

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>