Add Stately.ai logo and XState logo

This commit is contained in:
David Khourshid
2023-12-11 12:22:55 -05:00
parent 8bef109ccc
commit a11ce0526e
3 changed files with 17 additions and 1 deletions
+15 -1
View File
@@ -1610,7 +1610,7 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/datadog.svg',
url: 'https://www.datadoghq.com/'
},
},
{
id: 231,
title: 'Randevum',
@@ -1618,4 +1618,18 @@ export const svgs: iSVG[] = [
route: '/library/randevum.svg',
url: 'https://www.randevum.co'
},
{
id: 68067,
title: 'Stately.ai',
category: 'Software',
route: '/library/stately.svg',
url: 'https://stately.ai/'
},
{
id: 68068,
title: 'XState',
category: 'Library',
route: '/library/xstate.svg',
url: 'https://github.com/statelyai/xstate'
}
];