Skip to content

Commit

Permalink
change blockchain icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-salvatore committed Mar 6, 2025
1 parent 99156b7 commit f16d1c6
Showing 1 changed file 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,7 @@ import {
LGRedux,
LGWoocommerceIcon,
LGXampp,
CBBlockChain,
LGBlockChain,
} from '@icongo/lg';
import { SIMui } from '@icongo/si';
import { SKAwsDark, SKGithubLight } from '@icongo/sk';
Expand Down Expand Up @@ -188,7 +188,7 @@ const SkillSetInfos = [
label: 'Yelp API',
},
{
icon: CBBlockChain,
icon: LGBlockChain,
label: 'Blockchain',
}
],
Expand Down

0 comments on commit f16d1c6

Please sign in to comment.