Skip to content

Commit 250d4f0

Browse files
committed
fix: leptos format
1 parent dc44e56 commit 250d4f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/cards/contributor_card.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ pub fn ContributorCard(
2121
class="group flex flex-col gap-y-6 border border-black p-4 hover:bg-orange-500 bg-orange-100 drop-shadow-[0_0_0_rgba(0,0,0)] hover:drop-shadow-[-4px_-4px_0_rgba(0,0,0)] transition justify-between h-full"
2222
>
2323
<span class="absolute top-0 end-0 inline-flex items-center size-3.5 group-hover:min-w-16 rounded-full border-2 border-white text-xs font-medium transition-all transform -translate-y-1/2 translate-x-1/2 bg-teal-500 dark:border-slate-900 badge-container">
24-
<span class="sr-only text-black badge-content transition-all transform">{contributions}</span>
24+
<span class="sr-only text-black badge-content transition-all transform">
25+
{contributions}
26+
</span>
2527
</span>
2628
<div class="flex flex-col gap-y-2">
2729
<img src=brand_src width="60" class="rounded-full mb-4" alt=name.clone()/>

0 commit comments

Comments
 (0)