Merge pull request #322 from maadeval/main

add: mercado pago
This commit is contained in:
Pablo Hdez
2024-04-28 13:25:37 +02:00
committed by GitHub
4 changed files with 11 additions and 1 deletions
+7
View File
@@ -1,6 +1,13 @@
import type { iSVG } from '../types/svg'; import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [ export const svgs: iSVG[] = [
{
title: 'Mercado Pago',
category: 'Payment',
route: '/library/mercado-pago.svg',
wordmark: '/library/mercado-pago-wordmark.svg',
url: 'https://www.mercadopago.com/developers/'
},
{ {
title: 'ahooks', title: 'ahooks',
category: 'Library', category: 'Library',
+2 -1
View File
@@ -19,4 +19,5 @@ export type tCategory =
| 'Marketplace' | 'Marketplace'
| 'Fintech' | 'Fintech'
| 'Music' | 'Music'
| 'Vercel'; | 'Vercel'
| 'Payment';
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB