Skip to content

Commit

Permalink
chore: up sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 15, 2025
1 parent c8a257e commit 4ac528c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="reservoir logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/reservoir-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://brave.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-dark.svg">
<img alt="brave logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://linea.build">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-dark.svg">
Expand All @@ -227,12 +221,6 @@ 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>
<a href="https://polymarket.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-dark.svg">
Expand Down
10 changes: 0 additions & 10 deletions site/.vitepress/theme/composables/useSponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export function useSponsors() {
url: 'https://zksync.io',
img: 'zksync-light.svg',
},
{
name: 'Brave',
url: 'https://brave.com',
img: 'brave-light.svg',
},
{
name: 'Linea',
url: 'https://linea.build',
Expand Down Expand Up @@ -163,11 +158,6 @@ export function useSponsors() {
url: 'https://thirdweb.com',
img: 'thirdweb-light.svg',
},
{
name: 'Uxuy',
url: 'https://uxuy.com',
img: 'uxuy-light.svg',
},
{
name: 'Polymarket',
url: 'https://polymarket.com',
Expand Down

0 comments on commit 4ac528c

Please sign in to comment.