From df55448a2cdde339818bb4dd0dbc43a71c07c95a Mon Sep 17 00:00:00 2001 From: damencho Date: Wed, 3 Oct 2018 13:16:58 -0500 Subject: [PATCH] Fixes chat image links to reflect html base. --- react/features/chat/components/ChatInput.web.js | 2 +- react/features/chat/components/ChatMessage.web.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/chat/components/ChatInput.web.js b/react/features/chat/components/ChatInput.web.js index 52074a722..533e3dfb0 100644 --- a/react/features/chat/components/ChatInput.web.js +++ b/react/features/chat/components/ChatInput.web.js @@ -101,7 +101,7 @@ class ChatInput extends Component {
+ src = 'images/smile.svg' />
diff --git a/react/features/chat/components/ChatMessage.web.js b/react/features/chat/components/ChatMessage.web.js index 64239c09c..85ef90c41 100644 --- a/react/features/chat/components/ChatMessage.web.js +++ b/react/features/chat/components/ChatMessage.web.js @@ -67,7 +67,7 @@ class ChatMessage extends PureComponent {
+ src = 'images/chatArrow.svg' />
{ message.displayName }