mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Add dark variant to ESLint logo and add wordmarks
This commit is contained in:
+10
-2
@@ -3915,8 +3915,16 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "ESLint",
|
||||
category: "Library",
|
||||
route: "/library/eslint.svg",
|
||||
url: "https://eslint.org/",
|
||||
route: {
|
||||
light: "/library/eslint-icon-light.svg",
|
||||
dark: "/library/eslint-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/eslint-wordmark-light.svg",
|
||||
dark: "/library/eslint-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://eslint.org",
|
||||
brandUrl: "https://eslint.org/branding",
|
||||
},
|
||||
{
|
||||
title: "Apache Kafka",
|
||||
|
||||
Reference in New Issue
Block a user