From d2e15fea5438006297cab13f7ec9bc3401f52a1e Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 5 Jul 2024 12:52:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20new=20svgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 15 +++++++++------ static/library/v0_dark.svg | 1 + static/library/v0_light.svg | 1 + 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 static/library/v0_dark.svg create mode 100644 static/library/v0_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ece1910..742d70b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2856,16 +2856,19 @@ export const svgs: iSVG[] = [ route: '/library/chartjs.svg', url: 'https://www.chartjs.org/' }, - { - title: 'Faker', - category: 'Library', - route: '/library/faker.svg', - url: 'https://fakerjs.dev/' - }, { title: 'JSON Schema', category: 'Library', route: '/library/json-schema.svg', url: 'https://json-schema.org/' + }, + { + title: 'v0', + category: 'Vercel', + route: { + light: '/library/v0_light.svg', + dark: '/library/v0_dark.svg' + }, + url: 'https://v0.dev/' } ]; diff --git a/static/library/v0_dark.svg b/static/library/v0_dark.svg new file mode 100644 index 0000000..32fcc40 --- /dev/null +++ b/static/library/v0_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/v0_light.svg b/static/library/v0_light.svg new file mode 100644 index 0000000..e5cff1a --- /dev/null +++ b/static/library/v0_light.svg @@ -0,0 +1 @@ + \ No newline at end of file