Skip to content

Commit bea4532

Browse files
fix: add space in organizations leaderboard description (#700)
Signed-off-by: Huyen Nguyen <[email protected]>
1 parent 2e9e739 commit bea4532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/components/modules/widget/config/contributor/organizations-leaderboard/organizations-leaderboard.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const organizationsLeaderboard: WidgetConfig = {
77
key: 'organizationsLeaderboard',
88
name: 'Organizations leaderboard',
99
description: () => 'Organizations ranked by the number of contribution activities'
10-
+ 'performed by contributors on their behalf during the selected time period.',
10+
+ ' performed by contributors on their behalf during the selected time period.',
1111
learnMoreLink: `/docs/metrics/contributors#organizations-leaderboard`,
1212
component: OrganizationsLeaderboard,
1313
defaultValue: {

0 commit comments

Comments
 (0)