From fa8de6293ecf016dc2fd86deca96e8122961bb76 Mon Sep 17 00:00:00 2001 From: Jay V Date: Mon, 11 Dec 2023 14:07:13 -0500 Subject: [PATCH] Adding SST --- src/data/svgs.ts | 15 +++++++++++---- static/library/sst.svg | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 static/library/sst.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fd65146..b1b0928 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1632,7 +1632,7 @@ export const svgs: iSVG[] = [ route: '/library/xstate.svg', url: 'https://github.com/statelyai/xstate' }, - { + { id: 232, title: 'Hashnode', category: 'Social', @@ -1652,12 +1652,19 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/buildship.svg', url: 'https://buildship.com/' - }, - { + }, + { id: 246480685059147554972, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 706747866206488963651, + title: 'SST', + category: 'Framework', + route: '/library/sst.svg', + url: 'https://sst.dev/' + } ]; diff --git a/static/library/sst.svg b/static/library/sst.svg new file mode 100644 index 0000000..970dab1 --- /dev/null +++ b/static/library/sst.svg @@ -0,0 +1 @@ + \ No newline at end of file