Merge branch 'main' of github.com:pheralb/svgl

This commit is contained in:
pheralb
2024-01-12 10:32:56 +00:00
10 changed files with 48 additions and 13 deletions
+22 -1
View File
@@ -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'
},
{