Skip to content

Commit

Permalink
chore: sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 28, 2024
1 parent f0b71ec commit 7906c04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="biconomy logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/biconomy-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://thirdweb.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/thirdweb-dark.svg">
<img alt="thirdweb logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/thirdweb-light.svg" width="auto" height="50">
</picture>
</a>
</p>

[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom)
Expand Down
5 changes: 5 additions & 0 deletions site/.vitepress/theme/composables/useSponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ export function useSponsors() {
url: 'https://biconomy.io',
img: 'biconomy-light.svg',
},
{
name: 'Thirdweb',
url: 'https://thirdweb.com',
img: 'thirdweb-light.svg',
},
],
}

Expand Down

0 comments on commit 7906c04

Please sign in to comment.