Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The numbers below track our growth over the various channels that the nf-core co
<BigValue
data={community_growth_slack_users}
value=members
title="ActiveSlack Users"
title="Active Slack Users"
sparkline=month
link='/community/slack'
minWidth=30%
Expand Down Expand Up @@ -78,15 +78,15 @@ Whilst we always prefer quality over quantity, these numbers reflect the work ou
<BigValue
data={code_growth_gh_prs}
value=num_prs
title="Pull Requests"
title="Total Pull Requests"
sparkline=month
link="/code/pull_requests"
minWidth=30%
/>
<BigValue
data={code_growth_gh_issues}
value=num_issues
title="Issues"
title="Total Issues"
sparkline=month
fmt=num0
minWidth=30%
Expand Down