We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcaec4 commit 0ab44a9Copy full SHA for 0ab44a9
src/components/cards/contributor_card.rs
@@ -13,7 +13,7 @@ pub fn ContributorCard(
13
#[prop(into)] contributions: i32,
14
) -> impl IntoView {
15
view! {
16
- <article>
+ <article class="hover:z-10">
17
<a
18
href=link.clone()
19
target="_blank"
0 commit comments