Skip to content

Commit

Permalink
Merge pull request #55 from roberthgnz/main
Browse files Browse the repository at this point in the history
feat: add crypto category
  • Loading branch information
pheralb committed Oct 29, 2023
2 parents 79209b5 + 45e6b07 commit e74b33e
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

1 comment on commit e74b33e

@vercel
Copy link

@vercel vercel bot commented on e74b33e Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl.vercel.app
svgl-git-main-pheralb.vercel.app
svgl-pheralb.vercel.app

Please sign in to comment.