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
commit eefbe77f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,13 @@
import type { iSVG } from '../types/svg';
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',
category: 'Library',

View File

@ -19,4 +19,5 @@ export type tCategory =
| 'Marketplace'
| 'Fintech'
| '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