From c4dfee33a8fcdd491847b9638b17046c14dbba51 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 4 Dec 2024 09:55:50 +0100 Subject: [PATCH] docs: add "vital" to gold sponsors (#7013) --- docs/.vitepress/sponsors.ts | 18 ++++++++++++------ docs/public/vital.svg | 1 + 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 docs/public/vital.svg diff --git a/docs/.vitepress/sponsors.ts b/docs/.vitepress/sponsors.ts index e6b488b1d..b3070e42f 100644 --- a/docs/.vitepress/sponsors.ts +++ b/docs/.vitepress/sponsors.ts @@ -34,7 +34,13 @@ const vitestSponsors = { img: '/bit.svg', }, ], - // gold: [], + gold: [ + { + name: 'vital', + url: 'https://vital.io/', + img: '/vital.svg', + }, + ], } satisfies Record export const sponsors = [ @@ -48,9 +54,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, + }, ] diff --git a/docs/public/vital.svg b/docs/public/vital.svg new file mode 100644 index 000000000..a2ebba798 --- /dev/null +++ b/docs/public/vital.svg @@ -0,0 +1 @@ + \ No newline at end of file -- 2.51.2