Skip to content

Commit

Permalink
update blockchain icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-salvatore committed Mar 6, 2025
1 parent f16d1c6 commit 77a0b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/infos/SkillSetInfos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
LGRedux,
LGWoocommerceIcon,
LGXampp,
LGBlockChain,
} from '@icongo/lg';
import { SIMui } from '@icongo/si';
import { SKAwsDark, SKGithubLight } from '@icongo/sk';
Expand All @@ -36,6 +35,7 @@ import {
VLWordpress,
VLYelp,
} from '@icongo/vl';
import BlockchainIcon from './blockchain.png';

const SkillSetInfos = [
{
Expand Down Expand Up @@ -188,7 +188,7 @@ const SkillSetInfos = [
label: 'Yelp API',
},
{
icon: LGBlockChain,
icon: BlockchainIcon,
label: 'Blockchain',
}
],
Expand Down
Binary file added src/infos/blockchain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a0b72

Please sign in to comment.