docs: add Effect logo

This commit is contained in:
lloydrichards
2025-07-18 11:52:56 +02:00
parent 07610a3cda
commit f3f169537b
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -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/'
}
];