Skip to content

Commit

Permalink
feat: add crypto category
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthgnz committed Oct 29, 2023
1 parent 79209b5 commit 45e6b07
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 1 deletion.
72 changes: 71 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1428,5 +1428,75 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/typesense.svg',
url: 'https://typesense.org/'
}
},
{
id: 205,
title: 'Bitcoin',
category: 'Crypto',
route: '/library/btc.svg',
url: 'https://bitcoin.org/'
},
{
id: 206,
title: 'Ethereum',
category: 'Crypto',
route: '/library/eth.svg',
url: 'https://ethereum.org/'
},
{
id: 207,
title: 'Solana',
category: 'Crypto',
route: '/library/sol.svg',
url: 'https://solana.com/'
},
{
id: 208,
title: 'Dogecoin',
category: 'Crypto',
route: '/library/doge.svg',
url: 'https://dogecoin.com/'
},
{
id: 209,
title: 'XRP',
category: 'Crypto',
route: '/library/xrp.svg',
url: 'https://xrpl.org/'
},
{
id: 210,
title: 'BNB',
category: 'Crypto',
route: '/library/bnb.svg',
url: 'https://www.bnbchain.org/'
},
{
id: 211,
title: 'Cardano',
category: 'Crypto',
route: '/library/ada.svg',
url: 'https://cardano.org/'
},
{
id: 212,
title: 'TRON',
category: 'Crypto',
route: '/library/trx.svg',
url: 'https://tron.network/'
},
{
id: 213,
title: 'Chainlink',
category: 'Crypto',
route: '/library/link.svg',
url: 'https://chain.link/'
},
{
id: 214,
title: 'Polygon',
category: 'Crypto',
route: '/library/matic.svg',
url: 'https://polygon.technology/'
},
];
1 change: 1 addition & 0 deletions src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type tCategory =
| 'CMS'
| 'Database'
| 'Compiler'
| 'Crypto'
| 'Social'
| 'Entertainment'
| 'Browser'
Expand Down
1 change: 1 addition & 0 deletions static/library/ada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/bnb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/btc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/doge.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 45e6b07

Please sign in to comment.