Skip to content

Commit 0ab44a9

Browse files
committed
fix: hover index badge
1 parent 6dcaec4 commit 0ab44a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/contributor_card.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn ContributorCard(
1313
#[prop(into)] contributions: i32,
1414
) -> impl IntoView {
1515
view! {
16-
<article>
16+
<article class="hover:z-10">
1717
<a
1818
href=link.clone()
1919
target="_blank"

0 commit comments

Comments
 (0)