📦 Add Base UI SVG

This commit is contained in:
Miguel Vega
2025-01-29 14:28:35 -05:00
parent cce8bebda0
commit 3fbb7b106e
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3262,5 +3262,14 @@ export const svgs: iSVG[] = [
category: ['AI', 'Software'],
route: '/library/openwebui.svg',
url: 'https://openwebui.com/'
},
{
title: 'Base UI',
category: 'Library',
route: {
light: '/library/base-ui.svg',
dark: '/library/base-ui-dark.svg'
},
url: 'https://base-ui.com/'
}
];