mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' of github.com:pheralb/svgl
This commit is contained in:
+22
-1
@@ -76,6 +76,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/ton.svg',
|
||||
url: 'https://ton.org/'
|
||||
},
|
||||
{
|
||||
title: 'Locofy',
|
||||
category: 'AI',
|
||||
route: '/library/locofy.svg',
|
||||
url: 'https://www.locofy.ai/'
|
||||
},
|
||||
{
|
||||
title: 'Runway',
|
||||
category: 'AI',
|
||||
@@ -136,6 +142,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/postman.svg',
|
||||
url: 'https://www.getpostman.com/'
|
||||
},
|
||||
{
|
||||
title: 'Discord.js',
|
||||
category: 'Library',
|
||||
route: '/library/djs.svg',
|
||||
url: 'https://discord.js.org/'
|
||||
},
|
||||
{
|
||||
title: 'OpenSea',
|
||||
category: 'Crypto',
|
||||
@@ -688,6 +700,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/flutter.svg',
|
||||
url: 'https://flutter.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Auth0',
|
||||
category: 'Library',
|
||||
route: '/library/auth0.svg',
|
||||
url: 'https://auth0.com/'
|
||||
},
|
||||
{
|
||||
title: 'Fresh',
|
||||
category: 'Framework',
|
||||
@@ -1918,7 +1936,10 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Shopify',
|
||||
category: 'CMS',
|
||||
route: '/library/shopify.svg',
|
||||
route: {
|
||||
dark: '/library/shopify_dark.svg',
|
||||
light: '/library/shopify_light.svg'
|
||||
},
|
||||
url: 'https://www.shopify.com'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user