Merge pull request #747 from RavianXReaver/dingocoinlogo

Add Dingocoin logo
This commit is contained in:
Pablo Hdez
2025-09-20 12:37:18 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+7 -2
View File
@@ -109,7 +109,6 @@ export const svgs: iSVG[] = [
}, },
url: 'https://milanote.com' url: 'https://milanote.com'
}, },
{ {
title: 'Together AI', title: 'Together AI',
category: 'AI', category: 'AI',
@@ -3729,6 +3728,12 @@ export const svgs: iSVG[] = [
route: '/library/firebase-studio.svg', route: '/library/firebase-studio.svg',
url: 'https://firebase.studio/' url: 'https://firebase.studio/'
}, },
{
title: 'Dingocoin',
category: 'Crypto',
route: '/library/dingocoin.svg',
url: 'https://dingocoin.com/'
},
{ {
title: 'HeroUI', title: 'HeroUI',
category: 'Library', category: 'Library',
@@ -3984,4 +3989,4 @@ export const svgs: iSVG[] = [
}, },
url: 'https://intelloai.com/' url: 'https://intelloai.com/'
} }
]; ];
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB