diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f532e47..f857370 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -913,6 +913,12 @@ export const svgs: iSVG[] = [ route: '/library/reactrouter.svg', url: 'https://reactrouter.com/en/main' }, + { + title: 'AMP', + category: 'Library', + route: '/library/amp.svg', + url: 'https://amp.dev/' + }, { title: 'Developer Student Club', category: 'Community', diff --git a/static/library/amp.svg b/static/library/amp.svg new file mode 100644 index 0000000..8b83a15 --- /dev/null +++ b/static/library/amp.svg @@ -0,0 +1 @@ +AMP \ No newline at end of file