diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 08b89da..f34207c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/firebasestudio.svg b/static/library/firebase-studio.svg similarity index 100% rename from static/library/firebasestudio.svg rename to static/library/firebase-studio.svg