Skip to content

Commit

Permalink
chore: remove sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 4, 2024
1 parent 9d217b4 commit cfcc51f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
14 changes: 4 additions & 10 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,26 +161,20 @@ export default defineConfig({
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/spruce-light.svg',
},
{
name: 'rollup.id',
link: 'https://rollup.id',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/rollup.id-light.svg',
},
{
name: 'Celo',
link: 'https://celo.org',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/celo-light.svg',
},
],
[
{
name: 'Rainbow',
link: 'https://rainbow.me',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/rainbow-light.svg',
},
],
[
{
name: 'Pimlico',
link: 'https://pimlico.io',
Expand All @@ -193,14 +187,14 @@ export default defineConfig({
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zora-light.svg',
},
],
[
{
name: 'Lattice',
link: 'https://lattice.xyz',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/lattice-light.svg',
},
],
[
{
name: 'Supa',
link: 'https://twitter.com/supafinance',
Expand Down
6 changes: 0 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ Check out the following places for more viem-related content:
<img alt="Spruce logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/spruce-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://rollup.id">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/rollup.id-dark.svg">
<img alt="rollup.id logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/rollup.id-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://pancakeswap.finance/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/pancake-dark.svg">
Expand Down

0 comments on commit cfcc51f

Please sign in to comment.