diff --git a/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco b/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco index 7cd95126e..f22f243ef 100644 --- a/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco @@ -3,7 +3,7 @@
<%- @Icon('status') %> <%- @Icon('status-modified-outer-circle') %> - <%- @Icon('status-modified-inner-circle') %> + <%- @Icon('small-dot', 'status-modified-inner-circle') %>
<%= @name %>
diff --git a/app/assets/javascripts/app/views/layout_ref/customer_chat_window.jst.eco b/app/assets/javascripts/app/views/layout_ref/customer_chat_window.jst.eco index 211c34fbf..6957e2062 100644 --- a/app/assets/javascripts/app/views/layout_ref/customer_chat_window.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/customer_chat_window.jst.eco @@ -3,7 +3,7 @@
<%- @Icon('status') %> <%- @Icon('status-modified-outer-circle') %> - <%- @Icon('status-modified-inner-circle') %> + <%- @Icon('small-dot', 'status-modified-inner-circle') %>
<%- @name %>
diff --git a/app/assets/javascripts/app/views/task_widget_tasks.jst.eco b/app/assets/javascripts/app/views/task_widget_tasks.jst.eco index f2ffcd51f..76e6fc92b 100644 --- a/app/assets/javascripts/app/views/task_widget_tasks.jst.eco +++ b/app/assets/javascripts/app/views/task_widget_tasks.jst.eco @@ -3,7 +3,7 @@