Skip to content

Commit

Permalink
Merge branch 'main' into revert/renderer-presets-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Sep 27, 2024
2 parents aeb7ea4 + c22276c commit 1dad970
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 162 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/sponsorkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
SPONSORKIT_GITHUB_LOGIN: alvarosabu

- name: Commit
uses: EndBug/add-and-commit@v5
uses: EndBug/add-and-commit@v9
with:
message: "chore: update sponsors.svg"
add: "sponsorkit/sponsors.*"
author_name: GitHub Actions
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'chore: update sponsors.svg '
add: "sponsors.*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 6 additions & 1 deletion sponsorkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ export default defineConfig({
preset: tierPresets.large,
},
{
title: 'Gold Sponsors',
title: 'Bronze Sponsors',
monthlyDollars: 100,
preset: tierPresets.xl,
},
{
title: 'Silver Sponsors',
monthlyDollars: 200,
preset: tierPresets.xl,
},
],
})
113 changes: 95 additions & 18 deletions sponsorkit/.cache.json

Large diffs are not rendered by default.

309 changes: 193 additions & 116 deletions sponsorkit/sponsors.json

Large diffs are not rendered by default.

Binary file modified sponsorkit/sponsors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 37 additions & 24 deletions sponsorkit/sponsors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dad970

Please sign in to comment.