Skip to content

Commit

Permalink
docs: remove InfoSupport from sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 2, 2024
1 parent 366d97c commit 0930c29
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docs/.vitepress/sponsors.ts
Expand Up @@ -34,13 +34,7 @@ const vitestSponsors = {
img: '/bit.svg',
},
],
gold: [
{
name: 'InfoSupport',
url: 'https://www.infosupport.com/open-source/',
img: '/infosupport.svg',
},
],
// gold: [],
} satisfies Record<string, Sponsor[]>

export const sponsors = [
Expand All @@ -54,9 +48,9 @@ export const sponsors = [
size: 'big',
items: vitestSponsors.platinum,
},
{
tier: 'Gold Sponsors',
size: 'medium',
items: vitestSponsors.gold,
},
// {
// tier: 'Gold Sponsors',
// size: 'medium',
// items: vitestSponsors.gold,
// },
]

0 comments on commit 0930c29

Please sign in to comment.