Skip to content

Commit

Permalink
chore: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 1, 2024
1 parent 4825ef4 commit 0aa1ac7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,20 @@ Contributions to Wagmi are greatly appreciated! If you're interested in contribu

If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support). Thank you 🙏

<a href="https://paradigm.xyz">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/paradigm-dark.svg">
<img alt="paradigm logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/paradigm-light.svg" width="auto" height="70">
</picture>
</a>
<p>
<a href="https://paradigm.xyz">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/paradigm-dark.svg">
<img alt="paradigm logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/paradigm-light.svg" width="auto" height="70">
</picture>
</a>
<a href="https://ithaca.xyz">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/ithaca-dark.svg">
<img alt="ithaca logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/ithaca-light.svg" width="auto" height="70">
</picture>
</a>
</p>

<br>

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 @@ -34,6 +34,11 @@ export function useSponsors() {
url: 'https://paradigm.xyz',
img: 'paradigm-light.svg',
},
{
name: 'Ithaca',
url: 'https://ithaca.xyz',
img: 'ithaca-light.svg',
},
],
gold: [
{
Expand Down

0 comments on commit 0aa1ac7

Please sign in to comment.