diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 96e99db..39c20d5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", diff --git a/static/library/eslint-icon-dark.svg b/static/library/eslint-icon-dark.svg new file mode 100644 index 0000000..58e9d92 --- /dev/null +++ b/static/library/eslint-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/eslint-icon-light.svg b/static/library/eslint-icon-light.svg new file mode 100644 index 0000000..f4ec35c --- /dev/null +++ b/static/library/eslint-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/eslint-wordmark-dark.svg b/static/library/eslint-wordmark-dark.svg new file mode 100644 index 0000000..fe7c401 --- /dev/null +++ b/static/library/eslint-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/eslint-wordmark-light.svg b/static/library/eslint-wordmark-light.svg new file mode 100644 index 0000000..72ac3a6 --- /dev/null +++ b/static/library/eslint-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/eslint.svg b/static/library/eslint.svg deleted file mode 100644 index f1ad413..0000000 --- a/static/library/eslint.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file