⚙️ Fix Firebase Studio SVG route
🧑‍🚀 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-15 23:15:27 +01:00
parent 78782f18ef
commit a1918adb6d
2 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -1,12 +1,6 @@
import type { iSVG } from '@/types/svg';
export const svgs: iSVG[] = [
{
title: 'Firebase Studio',
category: ['AI', 'Google'],
route: '/library/firebase-studio.svg',
url: 'https://firebase.studio/'
},
{
title: 'Windsurf',
category: ['Software', 'AI'],
@@ -3555,5 +3549,11 @@ export const svgs: iSVG[] = [
},
url: 'https://github.com/',
brandUrl: 'https://brand.github.com/'
},
{
title: 'Firebase Studio',
category: ['AI', 'Google'],
route: '/library/firebase-studio.svg',
url: 'https://firebase.studio/'
}
];