adding logos airbnb,ebay,gmail,ibm,outlook,sanity,sky,slack,snapchat,trustpilot and uber

This commit is contained in:
Rahman
2023-12-16 18:33:33 +00:00
parent 5926dd097e
commit f63d692389
12 changed files with 169 additions and 6 deletions
+66 -6
View File
@@ -1900,12 +1900,6 @@ export const svgs: iSVG[] = [
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',
@@ -1918,4 +1912,70 @@ export const svgs: iSVG[] = [
route: '/library/bigcommerce.svg',
url: 'https://www.bigcommerce.co.uk'
},
{
title: 'sanity',
category: 'CMS',
route: '/library/sanity.svg',
url: 'https://www.sanity.io'
},
{
title: 'sky',
category: 'Entertainment',
route: '/library/sky.svg',
url: 'https://www.sky.com'
},
{
title: 'airbnb',
category: 'Software',
route: '/library/airbnb.svg',
url: 'https://www.airbnb.com'
},
{
title: 'uber',
category: 'Software',
route: '/library/uber.svg',
url: 'https://www.uber.com'
},
{
title: 'gmail',
category: 'Software',
route: '/library/gmail.svg',
url: 'https://www.gmail.com'
},
{
title: 'outlook',
category: 'Software',
route: '/library/outlook.svg',
url: 'https://www.outlook.com'
},
{
title: 'slack',
category: 'Software',
route: '/library/slack.svg',
url: 'https://www.slack.com'
},
{
title: 'snapchat',
category: 'Software',
route: '/library/snapchat.svg',
url: 'https://www.snapchat.com'
},
{
title: 'ebay',
category: 'Software',
route: '/library/ebay.svg',
url: 'https://www.ebay.com'
},
{
title: 'ibm',
category: 'Software',
route: '/library/ibm.svg',
url: 'https://www.ibm.com'
},
{
title: 'trustpilot',
category: 'Software',
route: '/library/trustpilot.svg',
url: 'https://www.trustpilot.com'
},
];