From 4ea847384abb7b888e34eeee98b98182d6e4c039 Mon Sep 17 00:00:00 2001 From: Cocodrulo <142546774+Cocodrulo@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:12:28 +0100 Subject: [PATCH 1/2] Create snipcart.svg --- static/library/snipcart.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/library/snipcart.svg diff --git a/static/library/snipcart.svg b/static/library/snipcart.svg new file mode 100644 index 00000000..9405e340 --- /dev/null +++ b/static/library/snipcart.svg @@ -0,0 +1,9 @@ + From 388b27450467e3ae538e5f994dc024a3157e13ac Mon Sep 17 00:00:00 2001 From: Cocodrulo <142546774+Cocodrulo@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:14:06 +0100 Subject: [PATCH 2/2] Update svgs.ts to add snipcart --- src/data/svgs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 742d70b9..28d814e8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2870,5 +2870,11 @@ export const svgs: iSVG[] = [ dark: '/library/v0_dark.svg' }, url: 'https://v0.dev/' + }, + { + title: 'Snipcart', + category: 'Library', + route: '/library/snipcart.svg', + url: 'https://snipcart.com/' } ];