Merge branch 'main' into multiple-category

This commit is contained in:
Yen Cheng
2024-01-18 10:29:59 +08:00
committed by GitHub
12 changed files with 101 additions and 19 deletions
+26 -7
View File
@@ -1112,6 +1112,12 @@ export const svgs: iSVG[] = [
route: '/library/stackblitz.svg',
url: 'https://stackblitz.com/'
},
{
title: 'Binance',
category: 'Crypto',
route: '/library/binance.svg',
url: 'https://binance.com/'
},
{
title: 'Messenger',
category: 'Social',
@@ -1370,6 +1376,15 @@ export const svgs: iSVG[] = [
route: '/library/crossplane.svg',
url: 'https://crossplane.io/'
},
{
title: 'Volta',
category: 'Software',
route: {
light: '/library/volta-dark.svg',
dark: '/library/volta-light.svg'
},
url: 'https://volta.net/'
},
{
title: 'Typesense',
category: 'Software',
@@ -1413,15 +1428,13 @@ export const svgs: iSVG[] = [
url: 'https://www.bnbchain.org/'
},
{
title: 'TRON',
category: 'Crypto',
route: '/library/trx.svg',
url: 'https://tron.network/'
},
{
title: 'Chainlink',
title: 'Link',
category: 'Crypto',
route: '/library/link.svg',
wordmark: {
light: '/library/link-wordmark-light.svg',
dark: '/library/link-wordmark-dark.svg'
},
url: 'https://chain.link/'
},
{
@@ -1550,6 +1563,12 @@ export const svgs: iSVG[] = [
route: '/library/datadog.svg',
url: 'https://www.datadoghq.com/'
},
{
title: 'Tron',
category: 'Crypto',
route: '/library/tron.svg',
url: 'https://tron.network/'
},
{
title: 'Randevum',
category: 'Software',