Skip to content

Commit f9b519f

Browse files
committed
docs: update sponsors
1 parent 2ee0abe commit f9b519f

File tree

2 files changed

+13
-33
lines changed

2 files changed

+13
-33
lines changed

docs/.vitepress/sponsors.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ interface Sponsor {
55
}
66

77
const vitestSponsors = {
8-
special: [
8+
provided: [
99
{
1010
name: 'VoidZero',
1111
url: 'https://voidzero.dev',
1212
img: '/voidzero.svg',
1313
},
14+
],
15+
special: [
1416
{
1517
name: 'NuxtLabs',
1618
url: 'https://nuxtlabs.com',
@@ -27,13 +29,7 @@ const vitestSponsors = {
2729
img: '/zammad.svg',
2830
},
2931
],
30-
platinum: [
31-
{
32-
name: 'Bit',
33-
url: 'https://bit.dev',
34-
img: '/bit.svg',
35-
},
36-
],
32+
// platinum: [],
3733
gold: [
3834
{
3935
name: 'vital',
@@ -60,15 +56,20 @@ const vitestSponsors = {
6056

6157
export const sponsors = [
6258
{
63-
tier: 'Special Sponsors',
59+
tier: 'Brought to you by',
6460
size: 'big',
65-
items: vitestSponsors.special,
61+
items: vitestSponsors.provided,
6662
},
6763
{
68-
tier: 'Platinum Sponsors',
64+
tier: 'Special Sponsors',
6965
size: 'big',
70-
items: vitestSponsors.platinum,
66+
items: vitestSponsors.special,
7167
},
68+
// {
69+
// tier: 'Platinum Sponsors',
70+
// size: 'big',
71+
// items: vitestSponsors.platinum,
72+
// },
7273
{
7374
tier: 'Gold Sponsors',
7475
size: 'medium',

docs/public/bit.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)