Skip to content

Commit dc44e56

Browse files
committedFeb 20, 2024
fix: remove mockup contributor
1 parent f80f982 commit dc44e56

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

Diff for: ‎src/pages/contributors.rs

-9
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ pub fn Contributors() -> impl IntoView {
8686
<span class="font-alfa-slab text-orange-500">"Colaboradores"</span>
8787
</h2>
8888
<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-
/>
9889
{contributors_view}
9990
</div>
10091
</div>

0 commit comments

Comments
 (0)