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