Skip to content

Commit

Permalink
chore: remove sponsors from site
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jul 17, 2024
1 parent 4be5242 commit 34c21cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 167 deletions.
3 changes: 0 additions & 3 deletions site/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ import { CollaborationBadge } from '../components/CollaborationBadge'
</HomePage.Buttons>
</HomePage.Root>

# Sponsors

::sponsors
164 changes: 0 additions & 164 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,170 +79,6 @@ export default defineConfig({
link: 'https://warpcast.com/wevm',
},
],
sponsors: [
{
name: 'Collaborator',
height: 120,
items: [
[
{
name: 'Paradigm',
link: 'https://paradigm.xyz',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/paradigm-light.svg',
},
],
],
},
{
name: 'Large Enterprise',
height: 60,
items: [
[
{
name: 'WalletConnect',
link: 'https://walletconnect.com',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/walletconnect-light.svg',
},
{
name: 'Stripe',
link: 'https://www.stripe.com',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/stripe-light.svg',
},
],
[
{
name: 'PancakeSwap',
link: 'https://pancakeswap.finance/',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/pancake-light.svg',
},
{
name: 'zkSync',
link: 'https://zksync.io',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg',
},
],
],
},
{
name: 'Small Enterprise',
height: 40,
items: [
[
{
name: 'Family',
link: 'https://twitter.com/family',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/family-light.svg',
},
{
name: 'Context',
link: 'https://twitter.com/context',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/context-light.svg',
},
{
name: 'PartyDAO',
link: 'https://twitter.com/prtyDAO',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/partydao-light.svg',
},
],
[
{
name: 'SushiSwap',
link: 'https://www.sushi.com',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/sushi-light.svg',
},
{
name: 'Dynamic',
link: 'https://www.dynamic.xyz',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/dynamic-light.svg',
},
{
name: 'BitKeep',
link: 'https://bitkeep.com',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/bitkeep-light.svg',
},
],
[
{
name: 'Privy',
link: 'https://privy.io',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/privy-light.svg',
},
{
name: 'Spruce',
link: 'https://spruceid.com',
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',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/pimlico-light.svg',
},
],
[
{
name: 'Zora',
link: 'https://zora.co',
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',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg',
},
{
name: 'Blocto',
link: 'https://blocto.io/',
image:
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/blocto-light.svg',
},
],
],
},
],
sidebar: {
'/': [
{
Expand Down

0 comments on commit 34c21cf

Please sign in to comment.