File tree Expand file tree Collapse file tree 2 files changed +13
-33
lines changed Expand file tree Collapse file tree 2 files changed +13
-33
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ interface Sponsor {
55}
66
77const 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
6157export 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' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments