Merge branch 'main' into feat/add-dribbble

This commit is contained in:
Pablo Hdez
2025-11-10 15:01:16 +00:00
committed by GitHub
5 changed files with 18 additions and 1 deletions
+14 -1
View File
@@ -4276,6 +4276,19 @@ export const svgs: iSVG[] = [
route: "/library/nginx.svg",
url: "https://nginx.org/",
},
{
title: 'Soldera',
category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
route: {
light: '/library/soldera-icon-light.svg',
dark: '/library/soldera-icon.svg'
},
wordmark: {
light: '/library/soldera-wordmark-light.svg',
dark: '/library/soldera-wordmark-dark.svg'
},
url: 'https://www.soldera.org'
},
{
title: "Dribbble",
category: ["Design", "Community", "Platform"],
@@ -4285,5 +4298,5 @@ export const svgs: iSVG[] = [
dark: "/library/dribbble-wordmark-dark.svg",
},
url: "https://dribbble.com/",
},
}
];