feat: add new SVGs for UXAnaRangel and UXCorpRangel

This commit is contained in:
Felix Icaza
2024-12-05 20:58:30 -06:00
parent cda984051a
commit 52353a421d
4 changed files with 18 additions and 0 deletions
+15
View File
@@ -3092,5 +3092,20 @@ export const svgs: iSVG[] = [
dark: '/library/mermaid-logo-dark.svg'
},
url: 'https://mermaid.js.org/'
},
{
title: 'UXAnaRangel',
category: ['Community'],
route: '/library/uxanarangel.svg',
url: 'https://uxanarangel.com/'
},
{
title: 'UXCorpRangel',
category: ['Community'],
route: {
light: '/library/uxcorprangel-light.svg',
dark: '/library/uxcorprangel-dark.svg'
},
url: 'https://github.com/UXCorpRangel/'
}
];