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';
|
import type { iSVG } from '@/types/svg';
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
export const svgs: iSVG[] = [
|
||||||
{
|
|
||||||
title: 'Firebase Studio',
|
|
||||||
category: ['AI', 'Google'],
|
|
||||||
route: '/library/firebase-studio.svg',
|
|
||||||
url: 'https://firebase.studio/'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Windsurf',
|
title: 'Windsurf',
|
||||||
category: ['Software', 'AI'],
|
category: ['Software', 'AI'],
|
||||||
@@ -3555,5 +3549,11 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
url: 'https://github.com/',
|
url: 'https://github.com/',
|
||||||
brandUrl: 'https://brand.github.com/'
|
brandUrl: 'https://brand.github.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Firebase Studio',
|
||||||
|
category: ['AI', 'Google'],
|
||||||
|
route: '/library/firebase-studio.svg',
|
||||||
|
url: 'https://firebase.studio/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user