diff --git a/README.md b/README.md index 762d207a6..4ddbe2eb4 100644 --- a/README.md +++ b/README.md @@ -55,40 +55,40 @@ Support this project with your organization. Your logo will show up here with a #### Gold Sponsors - - - - - - - - - - + + + + + + + + + + #### Silver Sponsors - - - - - - - - - - + + + + + + + + + + #### Bronze Sponsors - - - - - - - - - - + + + + + + + + + + ### Individuals diff --git a/scripts/oc.js b/scripts/oc.js index e51d41278..9d0242705 100644 --- a/scripts/oc.js +++ b/scripts/oc.js @@ -2,10 +2,11 @@ const fs = require('fs') function renderTier(tier, height) { + const baseUrl = `https://opencollective.com/husky/tiers/${tier.toLowerCase()}-sponsor` const arr = [`#### ${tier} Sponsors`] for (let i = 0; i <= 9; i++) { arr.push( - `` + `` ) }