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 5, 2024
1 parent e42fffa commit 2b0d4c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
</a>
</p>

<br>

<p>
<a href="https://twitter.com/family">
<picture>
Expand Down Expand Up @@ -229,6 +227,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="thirdweb logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/thirdweb-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://uxuy.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uxuy-dark.svg">
<img alt="uxuy logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/uxuy-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 @@ -158,6 +158,11 @@ export function useSponsors() {
url: 'https://thirdweb.com',
img: 'thirdweb-light.svg',
},
{
name: 'Uxuy',
url: 'https://uxuy.com',
img: 'uxuy-light.svg',
},
],
}

Expand Down

0 comments on commit 2b0d4c3

Please sign in to comment.