diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 718dbaa..08b89da 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,9 +1,15 @@ 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', + category: ['Software', 'AI'], route: '/library/windsurf-logo.svg', url: 'https://codeium.com/windsurf' }, diff --git a/static/library/firebasestudio.svg b/static/library/firebasestudio.svg new file mode 100644 index 0000000..2525f79 --- /dev/null +++ b/static/library/firebasestudio.svg @@ -0,0 +1 @@ + \ No newline at end of file