We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11df0d1 + 82d4967 commit 8583871Copy full SHA for 8583871
src/data/svgs.ts
@@ -109,7 +109,6 @@ export const svgs: iSVG[] = [
109
},
110
url: 'https://milanote.com'
111
112
-
113
{
114
title: 'Together AI',
115
category: 'AI',
@@ -3729,6 +3728,12 @@ export const svgs: iSVG[] = [
3729
3728
route: '/library/firebase-studio.svg',
3730
url: 'https://firebase.studio/'
3731
+ {
3732
+ title: 'Dingocoin',
3733
+ category: 'Crypto',
3734
+ route: '/library/dingocoin.svg',
3735
+ url: 'https://dingocoin.com/'
3736
+ },
3737
3738
title: 'HeroUI',
3739
category: 'Library',
@@ -3984,4 +3989,4 @@ export const svgs: iSVG[] = [
3984
3989
3985
3990
url: 'https://intelloai.com/'
3986
3991
}
3987
-];
3992
+];
0 commit comments