From 7f934409cf8f369ba89b532fee5d1e7ffc993109 Mon Sep 17 00:00:00 2001 From: malmen237 Date: Tue, 16 Apr 2024 14:10:31 +0200 Subject: [PATCH] fix: updated spelling --- src/assets/icons/icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/icons/icon.tsx b/src/assets/icons/icon.tsx index 0607feaa..ee5be72b 100644 --- a/src/assets/icons/icon.tsx +++ b/src/assets/icons/icon.tsx @@ -8,7 +8,7 @@ const Icon = styled.img` padding-right: 1em; `; -const RemoveLineStyleing = styled.img` +const RemoveLineStyling = styled.img` width: 2.5rem; `; @@ -17,5 +17,5 @@ export const MicMuted = () => ; export const MicUnmuted = () => ; export const RemoveLine = () => ( - + );