We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80f982 commit dc44e56Copy full SHA for dc44e56
src/pages/contributors.rs
@@ -86,15 +86,6 @@ pub fn Contributors() -> impl IntoView {
86
<span class="font-alfa-slab text-orange-500">"Colaboradores"</span>
87
</h2>
88
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-5 gap-6">
89
- <ContributorCard
90
- name="SergioRibera"
91
- description=Some("Algo".to_string())
92
- link="github.com/SergioRibera".to_string()
93
- brand_src="".to_string()
94
- twitter=Some("@sergioribera_rs".to_string())
95
- location=Some("Bolivia".to_string())
96
- contributions=50
97
- />
98
{contributors_view}
99
</div>
100
0 commit comments