Skip to content

Commit

Permalink
Merge pull request #322 from maadeval/main
Browse files Browse the repository at this point in the history
add: mercado pago
  • Loading branch information
pheralb committed Apr 28, 2024
2 parents 32057c0 + 4604431 commit eefbe77
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export type tCategory =
| 'Marketplace'
| 'Fintech'
| 'Music'
| 'Vercel';
| 'Vercel'
| 'Payment';
1 change: 1 addition & 0 deletions static/library/mercado-pago-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eefbe77

Please sign in to comment.