File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ pub fn Hero() -> impl IntoView {
12
12
"⚡Blazingly fast⚡ 🚀 Super fast 🔥 pero ahora en español!" ,
13
13
"Si te falla va ser de forma segura 😉" ,
14
14
"Furrificando..." ,
15
+ "Dumb Pointer != Smart Pointer" ,
16
+ "std::mem::transmute::<Go, Rust>(developer)" ,
17
+ "In Rust, We Trust" ,
18
+ "Rust es el nuevo C" ,
19
+ "Clippy >>>>>>>>>> ESLint!" ,
20
+ "Null Sucks" ,
15
21
] ;
16
22
let ( slogan, set_slogan) =
17
23
create_signal ( slogans. choose ( & mut rand:: thread_rng ( ) ) . unwrap ( ) . to_string ( ) ) ;
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ pub fn OtherCommunities() -> impl IntoView {
54
54
brand_src: "./RustGeneral.jpg" ,
55
55
brand_alt: "Logo de Rust Español" ,
56
56
} ,
57
-
58
57
CommunityItem {
59
58
name: vec![ "Salamandra " , "Devs" ] ,
60
59
description: "Comunidad de Programación en general." ,
You can’t perform that action at this time.
0 commit comments