@@ -20,39 +20,39 @@ pub fn OtherCommunities() -> impl IntoView {
20
20
link: "https://discord.gg/DeZKCCyMcq" ,
21
21
icon: "discord" ,
22
22
brand_src: "./RustBCN.webp" ,
23
- brand_alt: "Logo de Rust Barcelona"
23
+ brand_alt: "Logo de Rust Barcelona" ,
24
24
} ,
25
25
CommunityItem {
26
26
name: vec![ "Whizzles" ] ,
27
27
description: "Comunidad de Open Source con fuertes raices en Rust." ,
28
28
link: "https://discord.gg/b9EbVnSkuw" ,
29
29
icon: "discord" ,
30
30
brand_src: "./Whizzles.webp" ,
31
- brand_alt: "Logo de Whizzles"
31
+ brand_alt: "Logo de Whizzles" ,
32
32
} ,
33
33
CommunityItem {
34
34
name: vec![ "Rust" , "MX" ] ,
35
35
description: "Comunidad de Rust en Mexico" ,
36
36
link: "https://t.me/RustMX" ,
37
37
icon: "telegram" ,
38
38
brand_src: "./RustMX-min.png" ,
39
- brand_alt: "Logo de RustMX"
39
+ brand_alt: "Logo de RustMX" ,
40
40
} ,
41
41
CommunityItem {
42
42
name: vec![ "Aprende " , "Rust" ] ,
43
43
description: "Comunidad de Rust en Mexico" ,
44
44
link: "https://t.me/aprenderrust" ,
45
45
icon: "telegram" ,
46
46
brand_src: "./aprender-rust-min.jpg" ,
47
- brand_alt: "Logo de Aprende Rust"
47
+ brand_alt: "Logo de Aprende Rust" ,
48
48
} ,
49
49
CommunityItem {
50
50
name: vec![ "Rust " , "Español" ] ,
51
51
description: "Anteriormente Rust Argentina, hoy una comunidad internacional." ,
52
52
link: "https://t.me/rust_lang_es" ,
53
53
icon: "telegram" ,
54
54
brand_src: "./RustGeneral.jpg" ,
55
- brand_alt: "Logo de Rust Español"
55
+ brand_alt: "Logo de Rust Español" ,
56
56
} ,
57
57
] ;
58
58
0 commit comments