From b69d1f729e9a627b89c26130c93dc1fa1fa2c7af Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 25 Jan 2024 23:32:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Radix-UI=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 21 +++++++++++++++------ static/library/radix-ui_dark.svg | 1 + static/library/radix-ui_light.svg | 1 + 3 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 static/library/radix-ui_dark.svg create mode 100644 static/library/radix-ui_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 4105ce0..1e381b9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -909,12 +909,6 @@ export const svgs: iSVG[] = [ route: '/library/vim.svg', url: 'https://www.vim.org/' }, - { - title: 'Movie Web', - category: 'Entertainment', - route: '/library/movie-web.svg', - url: 'https://movie-web.app/' - }, { title: 'Pocketbase', category: 'Database', @@ -2386,5 +2380,20 @@ export const svgs: iSVG[] = [ dark: '/library/markdown-dark.svg' }, url: 'https://www.markdownguide.org/' + }, + { + title: 'Movie Web', + category: 'Entertainment', + route: '/library/movie-web.svg', + url: 'https://movie-web.app/' + }, + { + title: 'Radix UI', + category: 'Library', + route: { + light: '/library/radix-ui_light.svg', + dark: '/library/radix-ui_dark.svg' + }, + url: 'https://www.radix-ui.com/' } ]; diff --git a/static/library/radix-ui_dark.svg b/static/library/radix-ui_dark.svg new file mode 100644 index 0000000..f858672 --- /dev/null +++ b/static/library/radix-ui_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/radix-ui_light.svg b/static/library/radix-ui_light.svg new file mode 100644 index 0000000..5864321 --- /dev/null +++ b/static/library/radix-ui_light.svg @@ -0,0 +1 @@ + \ No newline at end of file