diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 56123ad..2df9616 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2402,6 +2402,12 @@ export const svgs: iSVG[] = [ }, url: 'https://www.radix-ui.com/' }, + { + title: 'Web.dev', + category: 'Education', + route: '/library/webdev.svg', + url: 'https://web.dev/' + }, { title: 'SWR', category: 'Library', diff --git a/static/library/webdev.svg b/static/library/webdev.svg new file mode 100644 index 0000000..ee75f50 --- /dev/null +++ b/static/library/webdev.svg @@ -0,0 +1 @@ + \ No newline at end of file