mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add Dribbble logo and wordmark with light and dark mode variants
This commit is contained in:
+11
-1
@@ -4275,5 +4275,15 @@ export const svgs: iSVG[] = [
|
||||
category: "Software",
|
||||
route: "/library/nginx.svg",
|
||||
url: "https://nginx.org/",
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Dribbble",
|
||||
category: ["Design", "Community"],
|
||||
route: "/library/dribbble.svg",
|
||||
wordmark: {
|
||||
light: "/library/dribbble-wordmark-light.svg",
|
||||
dark: "/library/dribbble-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://dribbble.com/",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user