mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add Radix-UI svg
This commit is contained in:
+15
-6
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user