Skip to content

Commit

Permalink
chore: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 18, 2023
1 parent 8b5f9f4 commit f8aaf7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
15 changes: 5 additions & 10 deletions site/.vitepress/theme/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ export const sponsors = [
size: 'medium',
tier: 'Large Enterprises',
items: [
{
name: 'LooksRare',
url: 'https://looksrare.org',
img: 'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/looksrare-light.svg',
},
{
name: 'WalletConnect',
url: 'https://walletconnect.com',
Expand All @@ -41,6 +36,11 @@ export const sponsors = [
url: 'https://www.stripe.com',
img: 'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/stripe-light.svg',
},
{
name: 'zkSync',
url: 'https://zksync.io',
img: 'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg',
}
],
},
{
Expand Down Expand Up @@ -152,11 +152,6 @@ export const sponsors = [
url: 'https://twitter.com/supafinance',
img: 'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg',
},
{
name: 'zkSync',
url: 'https://zksync.io',
img: 'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg',
}
],
},
] satisfies Sponsors
12 changes: 3 additions & 9 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Check out the following places for more viem-related content:
<img alt="WalletConnect logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/walletconnect-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://looksrare.org">
<a href="https://zksync.io/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/looksrare-dark.svg">
<img alt="LooksRare logo" src="https://raw.githubusercontent.com/wevm/.github/8923685e23fe9708b74d456c3f9e7a2b90f6abd9/content/sponsors/looksrare-light.svg" width="auto" height="50">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-dark.svg">
<img alt="zksync logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://twitter.com/prtyDAO">
Expand Down Expand Up @@ -216,12 +216,6 @@ Check out the following places for more viem-related content:
<img alt="supa logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://zksync.io/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-dark.svg">
<img alt="zksync logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg" width="auto" height="50">
</picture>
</a>

## Contributing

Expand Down

1 comment on commit f8aaf7a

@vercel
Copy link

@vercel vercel bot commented on f8aaf7a Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.