Update Shopify SVG route

This commit is contained in:
Johnny
2024-01-10 23:14:06 +01:00
parent 06be163025
commit 6f530acae2
3 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -1966,7 +1966,10 @@ export const svgs: iSVG[] = [
{
title: 'Shopify',
category: 'CMS',
route: '/library/shopify.svg',
route: {
dark: '/library/shopify_dark.svg',
light: '/library/shopify_light.svg'
},
url: 'https://www.shopify.com'
},
{