Skip to content

Commit

Permalink
Merge pull request #475 from felixicaza/feat/logos
Browse files Browse the repository at this point in the history
feat: add new SVGs for UXAnaRangel and UXCorpRangel
  • Loading branch information
pheralb authored Dec 9, 2024
2 parents b2928f6 + ecd6eb5 commit 0f792eb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3102,5 +3102,23 @@ export const svgs: iSVG[] = [
dark: '/library/home-assistant-wordmark-dark.svg'
},
url: 'https://github.com/home-assistant/assets/tree/master/logo'
},
{
title: 'UXAnaRangel',
category: ['Community'],
route: {
light: '/library/uxanarangel-light.svg',
dark: '/library/uxanarangel-dark.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/'
}
];
1 change: 1 addition & 0 deletions static/library/uxanarangel-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
1 change: 1 addition & 0 deletions static/library/uxcorprangel-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0f792eb

Please sign in to comment.