From f3f169537b1e016e59d6c002db0b385b21838a80 Mon Sep 17 00:00:00 2001 From: lloydrichards Date: Fri, 18 Jul 2025 11:52:56 +0200 Subject: [PATCH] docs: add Effect logo --- src/data/svgs.ts | 9 +++++++++ static/library/effect_dark.svg | 1 + static/library/effect_light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/effect_dark.svg create mode 100644 static/library/effect_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 25a3674..d705578 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3749,4 +3749,13 @@ export const svgs: iSVG[] = [ route: '/library/google-cloud.svg', url: 'https://cloud.google.com/' }, + { + title: 'Effect TS', + category: 'Library', + route: { + light: '/library/effect_light.svg', + dark: '/library/effect_dark.svg' + }, + url: 'https://effect.website/' + } ]; diff --git a/static/library/effect_dark.svg b/static/library/effect_dark.svg new file mode 100644 index 0000000..c00c6a4 --- /dev/null +++ b/static/library/effect_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/effect_light.svg b/static/library/effect_light.svg new file mode 100644 index 0000000..8d6912b --- /dev/null +++ b/static/library/effect_light.svg @@ -0,0 +1 @@ + \ No newline at end of file