diff --git a/README.md b/README.md index fa7fbed1a..a5b8d6998 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Become a financial contributor and help us sustain our community. [[Contribute]( Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/husky/contribute)] -#### Gold Sponsors ($500/mo) +#### Gold Sponsors @@ -64,34 +64,34 @@ Support this project with your organization. Your logo will show up here with a -#### Silver Sponsors ($250/mo) - - - - - - - - - - - -#### Bronze Sponsors ($100/mo) - - - - - - - - - - +#### Silver Sponsors + + + + + + + + + + + +#### Bronze Sponsors + + + + + + + + + + ### Individuals - + ## Used by diff --git a/scripts/oc.js b/scripts/oc.js index b765d7c00..4f712e9ee 100644 --- a/scripts/oc.js +++ b/scripts/oc.js @@ -17,8 +17,8 @@ function renderTier(tier, height) { function render() { return [ ['Gold', 60], - ['Silver', 45], - ['Bronze', 30], + ['Silver', 60], + ['Bronze', 60], ] .map(([tier, height]) => renderTier(tier, height)) .join('\n\n')