Skip to content

Commit

Permalink
Fix: Fixed spacing between skills images bug
Browse files Browse the repository at this point in the history
  • Loading branch information
npenza committed Feb 21, 2023
1 parent 888aff3 commit 640a388
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/markdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ const DisplaySkills = (props) => {
if (skills[skill]) {
listChosenSkills.push(
`
<a href="${skillWebsites[skill]}" target="_blank" rel="noreferrer">
<img src="${icons[skill]}" alt="${skill}" width="40" height="40"/>
</a>
<a href="${skillWebsites[skill]}" target="_blank" rel="noreferrer"><img src="${icons[skill]}" alt="${skill}" width="40" height="40"/></a>
`,
);
}
Expand Down

0 comments on commit 640a388

Please sign in to comment.