Skip to content

Commit 2e2fa8c

Browse files
fix: improve metrics display clarity on Introduction page
- Fix spacing in "Active Slack Users" title (was "ActiveSlack Users") - Add "Total" prefix to Pull Requests and Issues metrics for clarity - Addresses issues identified in #59 regarding unclear metric labeling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Edmund Miller <edmundmiller@users.noreply.github.com>
1 parent 3524b57 commit 2e2fa8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The numbers below track our growth over the various channels that the nf-core co
3131
<BigValue
3232
data={community_growth_slack_users}
3333
value=members
34-
title="ActiveSlack Users"
34+
title="Active Slack Users"
3535
sparkline=month
3636
link='/community/slack'
3737
minWidth=30%
@@ -78,15 +78,15 @@ Whilst we always prefer quality over quantity, these numbers reflect the work ou
7878
<BigValue
7979
data={code_growth_gh_prs}
8080
value=num_prs
81-
title="Pull Requests"
81+
title="Total Pull Requests"
8282
sparkline=month
8383
link="/code/pull_requests"
8484
minWidth=30%
8585
/>
8686
<BigValue
8787
data={code_growth_gh_issues}
8888
value=num_issues
89-
title="Issues"
89+
title="Total Issues"
9090
sparkline=month
9191
fmt=num0
9292
minWidth=30%

0 commit comments

Comments
 (0)