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