diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 1a2fba1..1e2d956 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -109,7 +109,6 @@ export const svgs: iSVG[] = [ }, url: 'https://milanote.com' }, - { title: 'Together AI', category: 'AI', @@ -3729,6 +3728,12 @@ export const svgs: iSVG[] = [ route: '/library/firebase-studio.svg', url: 'https://firebase.studio/' }, + { + title: 'Dingocoin', + category: 'Crypto', + route: '/library/dingocoin.svg', + url: 'https://dingocoin.com/' + }, { title: 'HeroUI', category: 'Library', @@ -3984,4 +3989,4 @@ export const svgs: iSVG[] = [ }, url: 'https://intelloai.com/' } -]; +]; \ No newline at end of file diff --git a/static/library/dingocoin.svg b/static/library/dingocoin.svg new file mode 100644 index 0000000..a0e16a8 --- /dev/null +++ b/static/library/dingocoin.svg @@ -0,0 +1 @@ + \ No newline at end of file