From 84be8288e92b636eb1da98b7adbaffd0735d79ef Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 2 Jun 2021 11:45:24 -0500 Subject: [PATCH] Typing bubble avatar should not use cursor: pointer --- ts/components/conversation/TypingBubble.tsx | 30 ++++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/ts/components/conversation/TypingBubble.tsx b/ts/components/conversation/TypingBubble.tsx index 83d40d5384..a7e1ac5470 100644 --- a/ts/components/conversation/TypingBubble.tsx +++ b/ts/components/conversation/TypingBubble.tsx @@ -48,22 +48,20 @@ export class TypingBubble extends React.PureComponent { return (
-
- -
+
); }