📦 Add HeroUI SVG logos
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

This commit is contained in:
pheralb
2025-04-20 12:37:04 +01:00
parent a1918adb6d
commit 9c6918c179
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3555,5 +3555,14 @@ export const svgs: iSVG[] = [
category: ['AI', 'Google'],
route: '/library/firebase-studio.svg',
url: 'https://firebase.studio/'
},
{
title: 'HeroUI',
category: 'Library',
route: {
light: '/library/heroui_black.svg',
dark: '/library/heroui_light.svg'
},
url: 'https://www.heroui.com/'
}
];