📦 Add Dribbble logo and wordmark with light and dark mode variants

This commit is contained in:
Vladimir Antonio F. C.
2025-11-09 14:22:12 -03:00
parent 88f473d595
commit 85e430c6b9
4 changed files with 14 additions and 1 deletions
+11 -1
View File
@@ -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/",
},
];