From b04d2de39d72afc5aab13cfe68aef59f31f42979 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 10 Jan 2024 11:53:05 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Added=20Auth0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/auth0.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/auth0.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index df2b48a..53ef531 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -706,6 +706,12 @@ export const svgs: iSVG[] = [ route: '/library/flutter.svg', url: 'https://flutter.dev/' }, + { + title: 'Auth0', + category: 'Library', + route: '/library/auth0.svg', + url: 'https://auth0.com/' + }, { title: 'Fresh', category: 'Framework', diff --git a/static/library/auth0.svg b/static/library/auth0.svg new file mode 100644 index 0000000..61ed78e --- /dev/null +++ b/static/library/auth0.svg @@ -0,0 +1 @@ + \ No newline at end of file