This commit is contained in:
Nicolai Ort 2023-04-12 18:51:48 +02:00
parent 11a56f87e8
commit d31fe2363b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -12,7 +12,7 @@
>{$_("details")}</a >{$_("details")}</a
> >
{:else if detailsAction} {:else if detailsAction}
<button href={detailsLink} class="text-indigo-600 hover:text-indigo-900" <button on:click={detailsAction} class="text-indigo-600 hover:text-indigo-900"
>{$_("details")}</button >{$_("details")}</button
> >
{/if} {/if}