diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6581478..987d007 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -824,6 +824,15 @@ export const svgs: iSVG[] = [ route: '/library/reactquery.svg', url: 'https://tanstack.com/query/v4' }, + { + title: 'Devto', + category: 'Community', + route: { + light: '/library/devto-light.svg', + dark: '/library/devto-dark.svg' + }, + url: 'https://dev.to/' + }, { title: 'Redis', category: 'Database', diff --git a/static/library/devto-dark.svg b/static/library/devto-dark.svg new file mode 100644 index 0000000..ee75155 --- /dev/null +++ b/static/library/devto-dark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/devto-light.svg b/static/library/devto-light.svg new file mode 100644 index 0000000..4988f09 --- /dev/null +++ b/static/library/devto-light.svg @@ -0,0 +1,5 @@ + + + + +