Skip to content

Commit

Permalink
fix: updated spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 16, 2024
1 parent fd401e0 commit 7f93440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/icons/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Icon = styled.img`
padding-right: 1em;
`;

const RemoveLineStyleing = styled.img`
const RemoveLineStyling = styled.img`
width: 2.5rem;
`;

Expand All @@ -17,5 +17,5 @@ export const MicMuted = () => <Icon src={MicMute} alt="off-microphone" />;
export const MicUnmuted = () => <Icon src={MicUnmute} alt="on-microphone" />;

export const RemoveLine = () => (
<RemoveLineStyleing src={RemoveIcon} alt="cross" />
<RemoveLineStyling src={RemoveIcon} alt="cross" />
);

0 comments on commit 7f93440

Please sign in to comment.