Skip to content

Commit 5f45a82

Browse files
committed
feat: add new phrases
1 parent 9bc8e29 commit 5f45a82

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/components/slogan_button.rs

+13
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ use rand::seq::SliceRandom;
66
pub fn SloganButton() -> impl IntoView {
77
let slogans = [
88
"Una comunidad de gente mal intencionada y tonta.",
9+
"Rust the lang, not the game",
10+
"impl Rust for You {}",
11+
"También disponible en Steam",
12+
"Rayo Taurinizador",
13+
"A wild turbofish appears!",
14+
"Failure is not an Option<T>, it's a Result<T, E>",
915
"9 de cada 10 Go dev's lo recomiendan",
16+
"Programmer::new()",
1017
"Acá le pegamos a la rústica bien recio",
18+
"Making the world ⚡ Blazing Fast ⚡ 🚀",
19+
"Rewrite it in Rust!",
1120
"⚡Blazingly fast⚡ 🚀 Super fast 🔥 pero ahora en español!",
1221
"Si te falla va ser de forma segura 😉",
22+
"In Rust, We Trust",
23+
"#![forbid(go)]",
1324
"Furrificando...",
25+
"Dumb pointer != Smart pointer",
1426
"(*rust)malloc(sizeof(c))",
1527
"Dumb Pointer != Smart Pointer",
1628
"std::mem::transmute::<Go, Rust>(developer)",
1729
"In Rust, We Trust",
30+
"C++ pero seguro",
1831
"Rust es el nuevo C",
1932
"Clippy >>>>>>>>>> ESLint!",
2033
"Null Sucks",

0 commit comments

Comments
 (0)