Skip to content

Commit 7f5c374

Browse files
committed
chagnes
1 parent fdb9f91 commit 7f5c374

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

src/data/svgs.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3960,5 +3960,18 @@ export const svgs: iSVG[] = [
39603960
category: 'Google',
39613961
route: '/library/googleMaps.svg',
39623962
url: 'https://www.google.com/maps/'
3963+
},
3964+
{
3965+
title: 'Intello',
3966+
category: 'Platform',
3967+
route: {
3968+
light: '/library/intello-light.svg',
3969+
dark: '/library/intello-dark.svg'
3970+
},
3971+
wordmark: {
3972+
light: '/library/intello-wordmark-light.svg',
3973+
dark: '/library/intello-wordmark-dark.svg'
3974+
},
3975+
url: 'https://intelloai.com/'
39633976
}
39643977
];
Lines changed: 12 additions & 0 deletions
Loading

static/library/intello-dark.svg

Lines changed: 5 additions & 0 deletions
Loading

static/library/intello-light.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)