Skip to content

Commit 19ab695

Browse files
committedAug 2, 2024
chore: add new sloga
1 parent cacca40 commit 19ab695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/components/slogan_button.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub fn SloganButton() -> impl IntoView {
3232
"Clippy >>>>>>>>>> ESLint!",
3333
"Null Sucks",
3434
"rust.cmp(&cpp) == Ordering::Greater",
35+
"El codigo entra por los dedos, a programar para aprender",
3536
];
3637
let (slogan, set_slogan) =
3738
create_signal((*slogans.choose(&mut rand::thread_rng()).unwrap()).to_string());

0 commit comments

Comments
 (0)