From c9d81caf4b2c6a0cf04dba55e76577b38325483a Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 3 Jan 2024 19:31:10 +0330 Subject: [PATCH 1/3] + Added Yarn --- src/data/svgs.ts | 6 ++++++ static/library/yarn.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/yarn.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bb5ec97..5c884f8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -88,6 +88,12 @@ export const svgs: iSVG[] = [ route: '/library/sentry.svg', url: 'https://sentry.io/' }, + { + title: 'Yarn', + category: 'Software', + route: '/library/yarn.svg', + url: 'https://yarnpkg.com/' + }, { title: 'JWT', category: 'Library', diff --git a/static/library/yarn.svg b/static/library/yarn.svg new file mode 100644 index 0000000..86edb18 --- /dev/null +++ b/static/library/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file From 5c21ef5f98f65bea6005ea06b16d2c81a3aa5b14 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 3 Jan 2024 19:48:53 +0330 Subject: [PATCH 2/3] + Added Hulu --- src/data/svgs.ts | 6 ++++++ static/library/hulu.svg | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 static/library/hulu.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5c884f8..96d7194 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1057,6 +1057,12 @@ export const svgs: iSVG[] = [ route: '/library/loom.svg', url: 'https://www.loom.com/' }, + { + title: 'Hulu', + category: 'Entertainment', + route: '/library/hulu.svg', + url: 'https://www.hulu.com/' + }, { title: 'Stackblitz', category: 'Software', diff --git a/static/library/hulu.svg b/static/library/hulu.svg new file mode 100644 index 0000000..7e47d24 --- /dev/null +++ b/static/library/hulu.svg @@ -0,0 +1,3 @@ + + + From 1fbdf5dbbf6702cd479e24c5eac1bcfc68020f4c Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 3 Jan 2024 20:01:35 +0330 Subject: [PATCH 3/3] + Hulu Dark/Light Variants --- src/data/svgs.ts | 5 ++++- static/library/hulu-dark.svg | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 static/library/hulu-dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 96d7194..7036452 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1060,7 +1060,10 @@ export const svgs: iSVG[] = [ { title: 'Hulu', category: 'Entertainment', - route: '/library/hulu.svg', + route: { + light: '/library/hulu.svg', + dark: '/library/hulu-dark.svg' + }, url: 'https://www.hulu.com/' }, { diff --git a/static/library/hulu-dark.svg b/static/library/hulu-dark.svg new file mode 100644 index 0000000..a8c4a85 --- /dev/null +++ b/static/library/hulu-dark.svg @@ -0,0 +1,3 @@ + + +