Skip to content

Commit

Permalink
updating image pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
vnagpal25 committed Oct 13, 2024
1 parent 5cb60a5 commit 748581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/homepage/skills/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function Skills() {
return skillsImage.find(item => item.name === skillID);
};

const SkillIcon = ({ skill, size = 40 }) => {
const SkillIcon = ({ skill, size = 10 }) => {
const skillImage = findSkillImage(skill);

if (!skillImage) return null;
Expand Down

0 comments on commit 748581c

Please sign in to comment.