Skip to content

Commit

Permalink
fix spelling of Community
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Jan 3, 2024
1 parent f76a9b6 commit b3ef987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn Stats(cx: Scope) -> Element {
StatsItem { major: "10k", minor: "Stars" }
StatsItem { major: "63k", minor: "Downloads" }
StatsItem { major: "136", minor: "Contributors" }
StatsItem { major: "873", minor: "Communtiy Projects" }
StatsItem { major: "873", minor: "Community Projects" }
}
}

Expand Down Expand Up @@ -384,7 +384,7 @@ fn JumpStart(cx: Scope) -> Element {
StatsItem { major: "10k", minor: "Stars" }
StatsItem { major: "63k", minor: "Downloads" }
StatsItem { major: "136", minor: "Contributors" }
StatsItem { major: "873", minor: "Communtiy Projects" }
StatsItem { major: "873", minor: "Community Projects" }
}
}
}
Expand Down

0 comments on commit b3ef987

Please sign in to comment.