⚙️ Fix svg route

This commit is contained in:
pheralb 2024-01-24 12:35:01 +00:00
parent 09cd832f83
commit 700c9f1f51

View File

@ -515,10 +515,7 @@ export const svgs: iSVG[] = [
{ {
title: 'Coinbase', title: 'Coinbase',
category: 'Crypto', category: 'Crypto',
route: { route: '/library/coinbase.svg',
light: '/library/coinbase-light.svg',
dark: '/library/coinbase-dark.svg'
},
url: 'https://www.coinbase.com/' url: 'https://www.coinbase.com/'
}, },
{ {
@ -2021,16 +2018,7 @@ export const svgs: iSVG[] = [
url: 'https://www.webflow.com' url: 'https://www.webflow.com'
}, },
{ {
title: 'bigcommerce', title: 'Sanity',
category: 'CMS',
route: {
light: '/library/bigcommerce-light.svg',
dark: '/library/bigcommerce-dark.svg'
},
url: 'https://www.bigcommerce.co.uk'
},
{
title: 'sanity',
category: 'CMS', category: 'CMS',
route: '/library/sanity.svg', route: '/library/sanity.svg',
url: 'https://www.sanity.io' url: 'https://www.sanity.io'
@ -2042,57 +2030,60 @@ export const svgs: iSVG[] = [
url: 'https://www.sky.com' url: 'https://www.sky.com'
}, },
{ {
title: 'airbnb', title: 'Airbnb',
category: 'Software', category: 'Software',
route: '/library/airbnb.svg', route: '/library/airbnb.svg',
wordmark: '/library/airbnb-wordmark.svg', wordmark: '/library/airbnb-wordmark.svg',
url: 'https://www.airbnb.com' url: 'https://www.airbnb.com'
}, },
{ {
title: 'uber', title: 'Uber',
category: 'Software', category: 'Software',
route: '/library/uber.svg', route: {
light: '/library/uber_light.svg',
dark: '/library/uber_dark.svg'
},
url: 'https://www.uber.com' url: 'https://www.uber.com'
}, },
{ {
title: 'gmail', title: 'Gmail',
category: 'Software', category: 'Software',
route: '/library/gmail.svg', route: '/library/gmail.svg',
url: 'https://www.gmail.com' url: 'https://www.gmail.com'
}, },
{ {
title: 'outlook', title: 'Outlook',
category: 'Software', category: 'Software',
route: '/library/outlook.svg', route: '/library/outlook.svg',
url: 'https://www.outlook.com' url: 'https://www.outlook.com'
}, },
{ {
title: 'slack', title: 'Slack',
category: 'Software', category: 'Software',
route: '/library/slack.svg', route: '/library/slack.svg',
wordmark: '/library/slack-wordmark.svg', wordmark: '/library/slack-wordmark.svg',
url: 'https://www.slack.com' url: 'https://www.slack.com'
}, },
{ {
title: 'snapchat', title: 'Snapchat',
category: 'Software', category: 'Software',
route: '/library/snapchat.svg', route: '/library/snapchat.svg',
url: 'https://www.snapchat.com' url: 'https://www.snapchat.com'
}, },
{ {
title: 'ebay', title: 'Ebay',
category: 'Software', category: 'Software',
route: '/library/ebay.svg', route: '/library/ebay.svg',
url: 'https://www.ebay.com' url: 'https://www.ebay.com'
}, },
{ {
title: 'ibm', title: 'IBM',
category: 'Software', category: 'Software',
route: '/library/ibm.svg', route: '/library/ibm.svg',
url: 'https://www.ibm.com' url: 'https://www.ibm.com'
}, },
{ {
title: 'trustpilot', title: 'TrustPilot',
category: 'Software', category: 'Software',
route: '/library/trustpilot.svg', route: '/library/trustpilot.svg',
url: 'https://www.trustpilot.com' url: 'https://www.trustpilot.com'