diff --git a/src/infos/SkillSetInfos.tsx b/src/infos/SkillSetInfos.tsx index 0b656c0..def658c 100644 --- a/src/infos/SkillSetInfos.tsx +++ b/src/infos/SkillSetInfos.tsx @@ -10,7 +10,6 @@ import { LGRedux, LGWoocommerceIcon, LGXampp, - LGBlockChain, } from '@icongo/lg'; import { SIMui } from '@icongo/si'; import { SKAwsDark, SKGithubLight } from '@icongo/sk'; @@ -36,6 +35,7 @@ import { VLWordpress, VLYelp, } from '@icongo/vl'; +import BlockchainIcon from './blockchain.png'; const SkillSetInfos = [ { @@ -188,7 +188,7 @@ const SkillSetInfos = [ label: 'Yelp API', }, { - icon: LGBlockChain, + icon: BlockchainIcon, label: 'Blockchain', } ], diff --git a/src/infos/blockchain.png b/src/infos/blockchain.png new file mode 100644 index 0000000..bb5ff07 Binary files /dev/null and b/src/infos/blockchain.png differ