mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Fix Firebase Studio SVG route
This commit is contained in:
+6
-6
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user