From 47413fa9b27b9497a285e1d34cd1c1c855b02002 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 19 Dec 2023 16:18:59 +0100 Subject: [PATCH] fix(ui): fix click hesitation icon --- frontend/app/components/ui/SVG.tsx | 2 +- frontend/app/svg/icons/click-hesitation.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/ui/SVG.tsx b/frontend/app/components/ui/SVG.tsx index 0ee73a606..54e517bc5 100644 --- a/frontend/app/components/ui/SVG.tsx +++ b/frontend/app/components/ui/SVG.tsx @@ -115,7 +115,7 @@ const SVG = (props: Props) => { case 'chevron-up': return ; case 'circle-fill': return ; case 'circle': return ; - case 'click-hesitation': return ; + case 'click-hesitation': return ; case 'click-rage': return ; case 'clipboard-check': return ; case 'clipboard-list-check': return ; diff --git a/frontend/app/svg/icons/click-hesitation.svg b/frontend/app/svg/icons/click-hesitation.svg index 144b82cd5..cdc732c8e 100644 --- a/frontend/app/svg/icons/click-hesitation.svg +++ b/frontend/app/svg/icons/click-hesitation.svg @@ -1,4 +1,4 @@ - +