mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into feat/add-dribbble
This commit is contained in:
+14
-1
@@ -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/",
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user