Skip to content

Commit 8583871

Browse files
authored
Merge pull request #747 from RavianXReaver/dingocoinlogo
Add Dingocoin logo
2 parents 11df0d1 + 82d4967 commit 8583871

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/data/svgs.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export const svgs: iSVG[] = [
109109
},
110110
url: 'https://milanote.com'
111111
},
112-
113112
{
114113
title: 'Together AI',
115114
category: 'AI',
@@ -3729,6 +3728,12 @@ export const svgs: iSVG[] = [
37293728
route: '/library/firebase-studio.svg',
37303729
url: 'https://firebase.studio/'
37313730
},
3731+
{
3732+
title: 'Dingocoin',
3733+
category: 'Crypto',
3734+
route: '/library/dingocoin.svg',
3735+
url: 'https://dingocoin.com/'
3736+
},
37323737
{
37333738
title: 'HeroUI',
37343739
category: 'Library',
@@ -3984,4 +3989,4 @@ export const svgs: iSVG[] = [
39843989
},
39853990
url: 'https://intelloai.com/'
39863991
}
3987-
];
3992+
];

0 commit comments

Comments
 (0)