feat(cards): badge style for runner links

This commit is contained in:
Philipp Dormann 2025-04-22 22:05:29 +02:00
parent 244be471f0
commit 1605b0f7b2
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -6,7 +6,7 @@
{#if !runner}
{$_("non-blanko")}
{:else}
<a href={`/runners/${runner.id}`}>
<a class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border border-current bg-blue-100 text-blue-800" href={`/runners/${runner.id}`}>
{#if runner.middlename}
{runner.firstname} {runner.middlename} {runner.lastname}
{:else}