mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: update UxAnaRangel route to support light and dark variants and create logos
This commit is contained in:
+4
-1
@@ -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/'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user