Skip to content

Commit

Permalink
fix: curly braces are unnecessary here (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
soonki-98 committed Oct 8, 2022
1 parent 4414635 commit 997d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/TechStack/TechStackInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TechStackInput = () => {
return (
<TechStackEachBoxContainer key={uuidv4()}>
<TechStackEachBox>
<Icon icon={icon} fontSize={'50px'} />
<Icon icon={icon} fontSize="50px" />
<TechStackName>{(icon as string).replace('logos:', '')}</TechStackName>
</TechStackEachBox>
</TechStackEachBoxContainer>
Expand Down

0 comments on commit 997d62e

Please sign in to comment.