From 2675526064e5f41893b6875b2b40557fe0f09f64 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 20 Mar 2023 09:35:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20svgs=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3d5b959..bb8e6df 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1050,5 +1050,47 @@ export const svgs: iSVG[] = [ category: 'Framework', route: '/library/stimulus.svg', url: 'https://stimulus.hotwired.dev/' + }, + { + id: 151, + title: 'WindiCSS', + category: 'Framework', + route: '/library/windicss.svg', + url: 'https://windicss.org/' + }, + { + id: 152, + title: 'Mastodon', + category: 'Social', + route: '/library/mastodon.svg', + url: 'https://joinmastodon.org/' + }, + { + id: 153, + title: 'Upstash', + category: 'Database', + route: '/library/upstash.svg', + url: 'https://upstash.com/' + }, + { + id: 154, + title: 'Storyblok', + category: 'CMS', + route: '/library/storyblok.svg', + url: 'https://www.storyblok.com/' + }, + { + id: 155, + title: 'Cloudflare Workers', + category: 'Software', + route: '/library/cloudflare-workers.svg', + url: 'https://workers.cloudflare.com/' + }, + { + id: 156, + title: 'Cloudflare', + category: 'Software', + route: '/library/cloudflare.svg', + url: 'https://www.cloudflare.com/' } ];