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 8, 2024
1 parent 15783d5 commit bc3aba4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
23 changes: 23 additions & 0 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,29 @@ export default defineConfig({
link: 'https://uxuy.com',
},
],
[
{
name: 'Polymarket',
link: 'https://polymarket.com',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-light.svg',
},
{
name: '',
link: 'https://github.com/sponsors/wevm',
image: '',
},
{
name: '',
link: 'https://github.com/sponsors/wevm',
image: '',
},
{
name: '',
link: 'https://github.com/sponsors/wevm',
image: '',
},
],
],
},
],
Expand Down
11 changes: 9 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,25 @@ Check out the following places for more viem-related content:
<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/">
<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>
<a href="https://uxuy.com/">
<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">
<img alt="polymarket logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/polymarket-light.svg" width="auto" height="50">
</picture>
</a>


## Contributing

Expand Down

0 comments on commit bc3aba4

Please sign in to comment.