Skip to content

Commit

Permalink
feat: update UxAnaRangel route to support light and dark variants and…
Browse files Browse the repository at this point in the history
… create logos
  • Loading branch information
felixicaza committed Dec 6, 2024
1 parent e7e093d commit ecd6eb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
{
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions static/library/uxanarangel-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecd6eb5

Please sign in to comment.