Skip to content

Commit 169bf3d

Browse files
committed
chore: fix urls
1 parent 20741e6 commit 169bf3d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/components/sponsors.rs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ use std::collections::HashMap;
22

33
use leptos::{component, view, Children, ChildrenFn, IntoView, SignalUpdate, View, ViewFn};
44

5-
use crate::components::{
6-
icons::{ShuttleIcon, ShuttleIconProps, __ShuttleIcon},
7-
CardTitle, CloudflareIcon, Separator,
8-
};
5+
use crate::components::{CardTitle, CloudflareIcon, Separator};
96

107
#[component]
118
pub fn Sponsors() -> impl IntoView {
@@ -24,16 +21,16 @@ pub fn Sponsors() -> impl IntoView {
2421
link="https://nerdear.la/es/"
2522
description="El evento de tecnología más grande en LatinoAmerica ha estado presentando charlas de la comunidad por 4 años seguidos."
2623
/>
27-
<SponsorCard
24+
<!-- <SponsorCard
2825
name="Shuttle"
29-
link="https://nerdear.la/es/"
26+
link="https://shuttle.rs"
3027
image="assets/sponsors/shuttle.webp"
3128
description="La empresa #1 en PAAS para Rust ha estado hosteando voluntariamente algunos servicios de la comunidad como el Cangrebot y la API."
32-
/>
29+
/> -->
3330
<SponsorCard
3431
name="Universidad Nur"
3532
link="https://www.nur.edu"
36-
image="assets/sponsors/universidad_nur2.png"
33+
image="assets/sponsors/universidad_nur.png"
3734
description="Esta universidad ha presentado un especial interés por Rust y la comunidad, nos han dado lugar a la divulgación con charlas y talleres."
3835
/>
3936
</div>

0 commit comments

Comments
 (0)