📦 Update Web Components SVG

This commit is contained in:
pheralb
2025-02-26 18:10:45 +00:00
parent 08b029abee
commit f429498103
2 changed files with 18 additions and 7 deletions
+6 -6
View File
@@ -2842,12 +2842,6 @@ export const svgs: iSVG[] = [
route: '/library/ygeeker.svg',
url: 'https://www.ygeeker.com'
},
{
title: 'Web components',
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
},
{
title: 'PostCSS',
category: 'Compiler',
@@ -3386,5 +3380,11 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/magicui.svg',
url: 'https://magicui.design/'
},
{
title: 'Web Components',
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
}
];