Skip to content

Commit 26396ba

Browse files
committed
Addition of Basewell SVG logo
1 parent eefbe77 commit 26396ba

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

src/data/svgs.ts

+10-4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ export const svgs: iSVG[] = [
88
wordmark: '/library/mercado-pago-wordmark.svg',
99
url: 'https://www.mercadopago.com/developers/'
1010
},
11+
{
12+
title: 'Basewell',
13+
category: ['AI', 'Software'],
14+
route: '/library/basewell.svg',
15+
url: 'https://www.basewell.com/'
16+
},
1117
{
1218
title: 'ahooks',
1319
category: 'Library',
@@ -2647,9 +2653,9 @@ export const svgs: iSVG[] = [
26472653
url: 'https://exome.dev/'
26482654
},
26492655
{
2650-
title: "Poper",
2651-
category: "AI",
2652-
route: "/library/poper.svg",
2653-
url: "https://www.poper.ai"
2656+
title: 'Poper',
2657+
category: 'AI',
2658+
route: '/library/poper.svg',
2659+
url: 'https://www.poper.ai'
26542660
}
26552661
];

static/library/basewell.svg

+13
Loading

0 commit comments

Comments
 (0)