Skip to content

Commit

Permalink
reduce codefund rate
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 10, 2019
1 parent 32b905d commit e9627ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/Ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function Ad(props) {
if (carbonOut || codeFundOut) {
children = <AdInHouse ad={inHouseAds[Math.floor(inHouseAds.length * random)]} />;
minHeight = 'auto';
} else if (random >= 0.55) {
} else if (random >= 0.7) {
children = <AdCodeFund />;
} else {
children = <AdCarbon />;
Expand Down

0 comments on commit e9627ca

Please sign in to comment.