feat: update UxAnaRangel route to support light and dark variants and create logos

This commit is contained in:
Felix Icaza
2024-12-06 09:46:38 -06:00
parent e7e093ddc7
commit ecd6eb5ab2
3 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -3106,7 +3106,10 @@ export const svgs: iSVG[] = [
{
title: 'UXAnaRangel',
category: ['Community'],
route: '/library/uxanarangel.svg',
route: {
light: '/library/uxanarangel-light.svg',
dark: '/library/uxanarangel-dark.svg'
},
url: 'https://uxanarangel.com/'
},
{