Skip to content

Commit 865ba81

Browse files
authoredAug 29, 2023
Merge branch 'main' into main
2 parents b1ed7cf + 4a3600e commit 865ba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/hero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use rand::seq::SliceRandom;
55

66
#[component]
77
pub fn Hero() -> impl IntoView {
8-
let slogans = vec![
8+
let slogans = [
99
"Una comunidad de gente mal intencionada y tonta.",
1010
"9 de cada 10 Go dev's lo recomiendan",
1111
"Acá le pegamos a la rústica bien recio",

0 commit comments

Comments
 (0)
Please sign in to comment.