Skip to content

Commit

Permalink
revert color override
Browse files Browse the repository at this point in the history
  • Loading branch information
G1Joshi committed Dec 23, 2024
1 parent 9995358 commit 55dcc42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion services/pub/pub-downloads.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default class PubDownloads extends BaseJsonService {
return renderDownloadsBadge({
downloads: downloadCount30Days,
interval: 'month',
colorOverride: 'blue',
})
}

Expand Down
2 changes: 1 addition & 1 deletion services/pub/pub-downloads.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ t.create('pub monthly downloads (valid)')
.expectBadge({
label: 'downloads',
message: isMetricOverTimePeriod,
color: 'blue',
color: 'green',
})

t.create('pub monthly downloads (not found)')
Expand Down

0 comments on commit 55dcc42

Please sign in to comment.