mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
@@ -509,6 +509,15 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/qwik.svg',
|
||||
url: 'https://qwik.builder.io/'
|
||||
},
|
||||
{
|
||||
title: 'Coinbase',
|
||||
category: 'Crypto',
|
||||
route: {
|
||||
light: '/library/coinbase-light.svg',
|
||||
dark: '/library/coinbase-dark.svg'
|
||||
},
|
||||
url: 'https://www.coinbase.com/'
|
||||
},
|
||||
{
|
||||
title: 'Authy',
|
||||
category: 'Software',
|
||||
@@ -917,6 +926,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/reactrouter.svg',
|
||||
url: 'https://reactrouter.com/en/main'
|
||||
},
|
||||
{
|
||||
title: 'AMP',
|
||||
category: 'Library',
|
||||
route: '/library/amp.svg',
|
||||
url: 'https://amp.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Developer Student Club',
|
||||
category: 'Community',
|
||||
@@ -935,6 +950,15 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/eclipse.svg',
|
||||
url: 'https://www.eclipse.org/'
|
||||
},
|
||||
{
|
||||
title: 'Three.js',
|
||||
category: 'Library',
|
||||
route: {
|
||||
light: '/library/threejs-light.svg',
|
||||
dark: '/library/threejs-dark.svg'
|
||||
},
|
||||
url: 'https://threejs.org/'
|
||||
},
|
||||
{
|
||||
title: 'HTML5',
|
||||
category: 'Language',
|
||||
@@ -1256,6 +1280,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/zod.svg',
|
||||
url: 'https://zod.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Dreamweaver',
|
||||
category: 'Software',
|
||||
route: '/library/dw.svg',
|
||||
url: 'https://www.adobe.com/products/dreamweaver.html'
|
||||
},
|
||||
{
|
||||
title: 'OpenAI',
|
||||
category: 'AI',
|
||||
|
||||
Reference in New Issue
Block a user