added new svgs bigcommerce, salesforce,webflow and shopify

This commit is contained in:
Rahman
2023-12-16 16:47:55 +00:00
parent 34a7b610e5
commit 5926dd097e
5 changed files with 49 additions and 14 deletions
+25 -1
View File
@@ -1893,5 +1893,29 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/pycharm.svg',
url: 'https://www.jetbrains.com/pycharm/'
}
},
{
title: 'Shopify',
category: 'CMS',
route: '/library/shopify.svg',
url: 'https://www.shopify.com'
},
{
title: 'Salesforce',
category: 'CMS',
route: '/library/salesforce.svg',
url: 'https://www.salesforce.com'
},
{
title: 'WebFlow',
category: 'CMS',
route: '/library/webflow.svg',
url: 'https://www.webflow.com'
},
{
title: 'bigcommerce',
category: 'CMS',
route: '/library/bigcommerce.svg',
url: 'https://www.bigcommerce.co.uk'
},
];