Update svgs.ts to add snipcart

This commit is contained in:
Cocodrulo 2024-07-09 12:14:06 +01:00 committed by GitHub
parent 0e8614bfd0
commit 388b274504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/'
}
];