Addition of Basewell SVG logo

This commit is contained in:
Evan Stewart
2024-04-28 17:43:27 -05:00
parent eefbe77f7b
commit 26396ba7a4
2 changed files with 23 additions and 4 deletions
+10 -4
View File
@@ -8,6 +8,12 @@ export const svgs: iSVG[] = [
wordmark: '/library/mercado-pago-wordmark.svg',
url: 'https://www.mercadopago.com/developers/'
},
{
title: 'Basewell',
category: ['AI', 'Software'],
route: '/library/basewell.svg',
url: 'https://www.basewell.com/'
},
{
title: 'ahooks',
category: 'Library',
@@ -2647,9 +2653,9 @@ export const svgs: iSVG[] = [
url: 'https://exome.dev/'
},
{
title: "Poper",
category: "AI",
route: "/library/poper.svg",
url: "https://www.poper.ai"
title: 'Poper',
category: 'AI',
route: '/library/poper.svg',
url: 'https://www.poper.ai'
}
];