add suno music ai

This commit is contained in:
Meet Patel
2024-06-02 15:02:39 +05:30
parent f85d0bc03d
commit cb3f784d66
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -1,6 +1,16 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Suno',
category: 'AI',
route: '/library/suno.svg',
wordmark: {
light: '/library/suno_wordmark_light.svg',
dark: '/library/suno_wordmark_dark.svg'
},
url: 'https://suno.com/'
},
{
title: 'Groq',
category: 'AI',