Merge branch 'next' into main

This commit is contained in:
Pablo Hdez
2024-01-25 16:00:23 +00:00
committed by GitHub
33 changed files with 923 additions and 614 deletions
+24 -21
View File
@@ -1160,7 +1160,7 @@ export const svgs: iSVG[] = [
},
{
title: 'WordPress',
category: 'Software',
category: ['Software', 'CMS'],
route: '/library/wordpress.svg',
url: 'https://wordpress.org/'
},
@@ -2028,16 +2028,7 @@ export const svgs: iSVG[] = [
url: 'https://www.webflow.com'
},
{
title: 'bigcommerce',
category: 'CMS',
route: {
light: '/library/bigcommerce-light.svg',
dark: '/library/bigcommerce-dark.svg'
},
url: 'https://www.bigcommerce.co.uk'
},
{
title: 'sanity',
title: 'Sanity',
category: 'CMS',
route: '/library/sanity.svg',
url: 'https://www.sanity.io'
@@ -2049,57 +2040,60 @@ export const svgs: iSVG[] = [
url: 'https://www.sky.com'
},
{
title: 'airbnb',
title: 'Airbnb',
category: 'Software',
route: '/library/airbnb.svg',
wordmark: '/library/airbnb-wordmark.svg',
url: 'https://www.airbnb.com'
},
{
title: 'uber',
title: 'Uber',
category: 'Software',
route: '/library/uber.svg',
route: {
light: '/library/uber_light.svg',
dark: '/library/uber_dark.svg'
},
url: 'https://www.uber.com'
},
{
title: 'gmail',
title: 'Gmail',
category: 'Software',
route: '/library/gmail.svg',
url: 'https://www.gmail.com'
},
{
title: 'outlook',
title: 'Outlook',
category: 'Software',
route: '/library/outlook.svg',
url: 'https://www.outlook.com'
},
{
title: 'slack',
title: 'Slack',
category: 'Software',
route: '/library/slack.svg',
wordmark: '/library/slack-wordmark.svg',
url: 'https://www.slack.com'
},
{
title: 'snapchat',
title: 'Snapchat',
category: 'Software',
route: '/library/snapchat.svg',
url: 'https://www.snapchat.com'
},
{
title: 'ebay',
title: 'Ebay',
category: 'Software',
route: '/library/ebay.svg',
url: 'https://www.ebay.com'
},
{
title: 'ibm',
title: 'IBM',
category: 'Software',
route: '/library/ibm.svg',
url: 'https://www.ibm.com'
},
{
title: 'trustpilot',
title: 'TrustPilot',
category: 'Software',
route: '/library/trustpilot.svg',
url: 'https://www.trustpilot.com'
@@ -2383,5 +2377,14 @@ export const svgs: iSVG[] = [
dark: '/library/replicate-wordmark_dark.svg'
},
url: 'https://replicate.com/'
},
{
title: 'Markdown',
category: 'Language',
route: {
light: '/library/markdown-light.svg',
dark: '/library/markdown-dark.svg'
},
url: 'https://www.markdownguide.org/'
}
];