From 83ead5cac7bb0d274c84d20d443c125ea0391f37 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 30 Jan 2017 19:38:06 +0500 Subject: PLT-5122 - Switching to circular status icons (#5049) * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements --- webapp/components/sidebar.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webapp/components/sidebar.jsx') diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index 1b802b1b0..9adc463be 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -507,7 +507,11 @@ export default class Sidebar extends React.Component { icon =
; } else { // set up status icon for direct message channels (status is null for other channel types) - icon = ; + icon = ( + ); } let closeButton = null; -- cgit v1.2.3-1-g7c22