📦 Add Radix-UI svg

This commit is contained in:
pheralb
2024-01-25 23:32:17 +00:00
parent 1f2a600685
commit b69d1f729e
3 changed files with 17 additions and 6 deletions
+15 -6
View File
@@ -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/'
}
];