Merge pull request #806 from jaycodev/update-eslint-svg

🛠️ Add dark variant to ESLint logo and add wordmarks
This commit is contained in:
Pablo Hdez
2025-10-11 01:18:33 +01:00
committed by GitHub
6 changed files with 14 additions and 3 deletions
+10 -2
View File
@@ -3921,8 +3921,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",